Adding to above, here is the documentation
https://www.odoo.com/documentation/17.0/administration/on_premise/deploy.html#https
chaitanya
Posts
-
Question - App Proxy -
Question - App ProxyHi Joseph,
We are using an app proxy to access the on-prem applications. The upstream URL is http://192.168.88.130:8069; however, we do need to allow one more port, which is 8072, and we are not sure how to do it. The application vendor provided the following configuration for the nginx reverse proxy for reference
Redirect websocket requests to odoo gevent port
location /websocket {
proxy_pass http://odoochat;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $connection_upgrade;
proxy_set_header X-Forwarded-Host $http_host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Real-IP $remote_addr;add_header Strict-Transport-Security "max-age=31536000; includeSubDomains"; proxy_cookie_flags session_id samesite=lax secure; # requires nginx 1.19.8
}
Redirect requests to odoo backend server
location / {
# Add Headers for odoo proxy mode
proxy_set_header X-Forwarded-Host $http_host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Real-IP $remote_addr;
proxy_redirect off;
proxy_pass http://odoo;add_header Strict-Transport-Security "max-age=31536000; includeSubDomains"; proxy_cookie_flags session_id samesite=lax secure; # requires nginx 1.19.8
}
-
Question - App ProxyHi Team,
Can I add multiple ports to the upstream URL?
Best regards
-
Baserow - not able to open any table, getting error message "View Not Found"Here is the app info
-
Baserow - not able to open any table, getting error message "View Not Found"Hi Team,
after the upgrade I have start getting this error. Below is the picture
Best regards
-
Cloudron Installation StuckHi Team,
I am trying to install cloudron and it stuck at installation. On checking setup log, i found following error
Could you please assist?
Best regards
-
Installation Error@nebulon said in Installation Error:
Thank You, here is the output
even I have disabled the ipv6 on server, I am facing the same issue
Best regards
-
Installation ErrorHi Team,
I am trying to install Cloudron, however it stuck with following error. Any idea
I have tried on three different Hyper-V server and more than ten attempts.
Best regards
-
New Update - 1.17.40@girish Thank You, it is working
-
New Update - 1.17.40Hi Team,
Please release the new update for Minecraft Bedrock as we are getting outdated server error message?
-
Minecraft - Package Updates@nebulon Thank You...
-
Minecraft - Package UpdatesHey Team, When we try to connect the Minecraft Bedrock server, it says Could not connect: Outdated server!. Could you please update the Minecraft Bedrock Server to 1.17.30?
-
Nextcloud take very long time to respondHi
Suddenly nextcloud takes a very long time to open the home page and clients are timing out. From what I observed in the services section, PostgreSQL is almost running with 100% usage. Also, logs show the error message. Find below screenshot for reference. I do appreciate any recommendation to solve this issue
Best regards