You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running odoo in docker using HTTPS-portal for SSL support. All works fine, except the website editor. Turns out one must make the following change to the nginx.conf.
Question: can this be done via env variable?
How can I do it without recreating everything from scratch? Can I edit the running HTTPS-portal container and just start and stop?
I'm running odoo in docker using HTTPS-portal for SSL support. All works fine, except the website editor. Turns out one must make the following change to the nginx.conf.
Question: can this be done via env variable?
How can I do it without recreating everything from scratch? Can I edit the running HTTPS-portal container and just start and stop?
Any help is greatly appreciated!
···
In the nginx conf file, you may add the line
add_header Content-Security-Policy upgrade-insecure-requests;
to your location block.
···
The text was updated successfully, but these errors were encountered: