Browse Source

chg: re-organized comments and added one !minor

master
Valentin Lab 6 years ago
parent
commit
db81c42d89
  1. 6
      compose.yml

6
compose.yml

@ -20,7 +20,10 @@ odoo:
web-proxy: web-proxy:
frontend: frontend:
domain: mydomain.org domain: mydomain.org
#server-aliases:
# - mydomain2.org
apache-custom-rules: | apache-custom-rules: |
## Auto-redirection from http to https
RewriteEngine On RewriteEngine On
RewriteCond %{HTTPS} off RewriteCond %{HTTPS} off
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [R=302,L,QSA] RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [R=302,L,QSA]
@ -30,9 +33,6 @@ odoo:
#ProxyPassReverse /longpolling/ http://odoo:8072/longpolling/ #ProxyPassReverse /longpolling/ http://odoo:8072/longpolling/
ssl: letsencrypt ssl: letsencrypt
#server-aliases:
# - mydomain2.org
#
# ssl: # ssl:
# ca-cert: # ca-cert:
# -----BEGIN CERTIFICATE----- # -----BEGIN CERTIFICATE-----

Loading…
Cancel
Save