Fixed NGINX Odoo templates do now allow adding/updating LetsEncrypt SSL.

This commit is contained in:
Phinitnan Chanasabaeng 2018-03-28 16:18:22 +07:00
commit 70e5b7c354
32 changed files with 0 additions and 160 deletions

View file

@ -24,11 +24,6 @@ server {
proxy_read_timeout 720; proxy_read_timeout 720;
send_timeout 720; send_timeout 720;
# Allow "Well-Known URIs" as per RFC 5785
location ~* ^/.well-known/ {
allow all;
}
location / { location / {
proxy_pass http://127.0.0.1:8069; proxy_pass http://127.0.0.1:8069;
} }

View file

@ -20,11 +20,6 @@ server {
proxy_read_timeout 720; proxy_read_timeout 720;
send_timeout 720; send_timeout 720;
# Allow "Well-Known URIs" as per RFC 5785
location ~* ^/.well-known/ {
allow all;
}
location / { location / {
proxy_pass http://127.0.0.1:8069; proxy_pass http://127.0.0.1:8069;
} }

View file

@ -24,11 +24,6 @@ server {
proxy_read_timeout 720; proxy_read_timeout 720;
send_timeout 720; send_timeout 720;
# Allow "Well-Known URIs" as per RFC 5785
location ~* ^/.well-known/ {
allow all;
}
location / { location / {
proxy_pass http://127.0.0.1:8069; proxy_pass http://127.0.0.1:8069;
} }

View file

@ -20,11 +20,6 @@ server {
proxy_read_timeout 720; proxy_read_timeout 720;
send_timeout 720; send_timeout 720;
# Allow "Well-Known URIs" as per RFC 5785
location ~* ^/.well-known/ {
allow all;
}
location / { location / {
proxy_pass http://127.0.0.1:8069; proxy_pass http://127.0.0.1:8069;
} }

View file

@ -24,11 +24,6 @@ server {
proxy_read_timeout 720; proxy_read_timeout 720;
send_timeout 720; send_timeout 720;
# Allow "Well-Known URIs" as per RFC 5785
location ~* ^/.well-known/ {
allow all;
}
location / { location / {
proxy_pass http://127.0.0.1:8069; proxy_pass http://127.0.0.1:8069;
} }

View file

@ -20,11 +20,6 @@ server {
proxy_read_timeout 720; proxy_read_timeout 720;
send_timeout 720; send_timeout 720;
# Allow "Well-Known URIs" as per RFC 5785
location ~* ^/.well-known/ {
allow all;
}
location / { location / {
proxy_pass http://127.0.0.1:8069; proxy_pass http://127.0.0.1:8069;
} }

View file

@ -24,11 +24,6 @@ server {
proxy_read_timeout 720; proxy_read_timeout 720;
send_timeout 720; send_timeout 720;
# Allow "Well-Known URIs" as per RFC 5785
location ~* ^/.well-known/ {
allow all;
}
location / { location / {
proxy_pass http://127.0.0.1:8069; proxy_pass http://127.0.0.1:8069;
} }

View file

@ -20,11 +20,6 @@ server {
proxy_read_timeout 720; proxy_read_timeout 720;
send_timeout 720; send_timeout 720;
# Allow "Well-Known URIs" as per RFC 5785
location ~* ^/.well-known/ {
allow all;
}
location / { location / {
proxy_pass http://127.0.0.1:8069; proxy_pass http://127.0.0.1:8069;
} }

View file

@ -24,11 +24,6 @@ server {
proxy_read_timeout 720; proxy_read_timeout 720;
send_timeout 720; send_timeout 720;
# Allow "Well-Known URIs" as per RFC 5785
location ~* ^/.well-known/ {
allow all;
}
location / { location / {
proxy_pass http://127.0.0.1:8069; proxy_pass http://127.0.0.1:8069;
} }

View file

@ -20,11 +20,6 @@ server {
proxy_read_timeout 720; proxy_read_timeout 720;
send_timeout 720; send_timeout 720;
# Allow "Well-Known URIs" as per RFC 5785
location ~* ^/.well-known/ {
allow all;
}
location / { location / {
proxy_pass http://127.0.0.1:8069; proxy_pass http://127.0.0.1:8069;
} }

View file

@ -24,11 +24,6 @@ server {
proxy_read_timeout 720; proxy_read_timeout 720;
send_timeout 720; send_timeout 720;
# Allow "Well-Known URIs" as per RFC 5785
location ~* ^/.well-known/ {
allow all;
}
location / { location / {
proxy_pass http://127.0.0.1:8069; proxy_pass http://127.0.0.1:8069;
} }

View file

@ -20,11 +20,6 @@ server {
proxy_read_timeout 720; proxy_read_timeout 720;
send_timeout 720; send_timeout 720;
# Allow "Well-Known URIs" as per RFC 5785
location ~* ^/.well-known/ {
allow all;
}
location / { location / {
proxy_pass http://127.0.0.1:8069; proxy_pass http://127.0.0.1:8069;
} }

View file

@ -24,11 +24,6 @@ server {
proxy_read_timeout 720; proxy_read_timeout 720;
send_timeout 720; send_timeout 720;
# Allow "Well-Known URIs" as per RFC 5785
location ~* ^/.well-known/ {
allow all;
}
location / { location / {
proxy_pass http://127.0.0.1:8069; proxy_pass http://127.0.0.1:8069;
} }

View file

@ -20,11 +20,6 @@ server {
proxy_read_timeout 720; proxy_read_timeout 720;
send_timeout 720; send_timeout 720;
# Allow "Well-Known URIs" as per RFC 5785
location ~* ^/.well-known/ {
allow all;
}
location / { location / {
proxy_pass http://127.0.0.1:8069; proxy_pass http://127.0.0.1:8069;
} }

View file

@ -24,11 +24,6 @@ server {
proxy_read_timeout 720; proxy_read_timeout 720;
send_timeout 720; send_timeout 720;
# Allow "Well-Known URIs" as per RFC 5785
location ~* ^/.well-known/ {
allow all;
}
location / { location / {
proxy_pass http://127.0.0.1:8069; proxy_pass http://127.0.0.1:8069;
} }

View file

@ -20,11 +20,6 @@ server {
proxy_read_timeout 720; proxy_read_timeout 720;
send_timeout 720; send_timeout 720;
# Allow "Well-Known URIs" as per RFC 5785
location ~* ^/.well-known/ {
allow all;
}
location / { location / {
proxy_pass http://127.0.0.1:8069; proxy_pass http://127.0.0.1:8069;
} }

View file

@ -24,11 +24,6 @@ server {
proxy_read_timeout 720; proxy_read_timeout 720;
send_timeout 720; send_timeout 720;
# Allow "Well-Known URIs" as per RFC 5785
location ~* ^/.well-known/ {
allow all;
}
location / { location / {
proxy_pass http://127.0.0.1:8069; proxy_pass http://127.0.0.1:8069;
} }

View file

@ -20,11 +20,6 @@ server {
proxy_read_timeout 720; proxy_read_timeout 720;
send_timeout 720; send_timeout 720;
# Allow "Well-Known URIs" as per RFC 5785
location ~* ^/.well-known/ {
allow all;
}
location / { location / {
proxy_pass http://127.0.0.1:8069; proxy_pass http://127.0.0.1:8069;
} }

View file

@ -24,11 +24,6 @@ server {
proxy_read_timeout 720; proxy_read_timeout 720;
send_timeout 720; send_timeout 720;
# Allow "Well-Known URIs" as per RFC 5785
location ~* ^/.well-known/ {
allow all;
}
location / { location / {
proxy_pass http://127.0.0.1:8069; proxy_pass http://127.0.0.1:8069;
} }

View file

@ -20,11 +20,6 @@ server {
proxy_read_timeout 720; proxy_read_timeout 720;
send_timeout 720; send_timeout 720;
# Allow "Well-Known URIs" as per RFC 5785
location ~* ^/.well-known/ {
allow all;
}
location / { location / {
proxy_pass http://127.0.0.1:8069; proxy_pass http://127.0.0.1:8069;
} }

View file

@ -24,11 +24,6 @@ server {
proxy_read_timeout 720; proxy_read_timeout 720;
send_timeout 720; send_timeout 720;
# Allow "Well-Known URIs" as per RFC 5785
location ~* ^/.well-known/ {
allow all;
}
location / { location / {
proxy_pass http://127.0.0.1:8069; proxy_pass http://127.0.0.1:8069;
} }

View file

@ -20,11 +20,6 @@ server {
proxy_read_timeout 720; proxy_read_timeout 720;
send_timeout 720; send_timeout 720;
# Allow "Well-Known URIs" as per RFC 5785
location ~* ^/.well-known/ {
allow all;
}
location / { location / {
proxy_pass http://127.0.0.1:8069; proxy_pass http://127.0.0.1:8069;
} }

View file

@ -24,11 +24,6 @@ server {
proxy_read_timeout 720; proxy_read_timeout 720;
send_timeout 720; send_timeout 720;
# Allow "Well-Known URIs" as per RFC 5785
location ~* ^/.well-known/ {
allow all;
}
location / { location / {
proxy_pass http://127.0.0.1:8069; proxy_pass http://127.0.0.1:8069;
} }

View file

@ -20,11 +20,6 @@ server {
proxy_read_timeout 720; proxy_read_timeout 720;
send_timeout 720; send_timeout 720;
# Allow "Well-Known URIs" as per RFC 5785
location ~* ^/.well-known/ {
allow all;
}
location / { location / {
proxy_pass http://127.0.0.1:8069; proxy_pass http://127.0.0.1:8069;
} }

View file

@ -24,11 +24,6 @@ server {
proxy_read_timeout 720; proxy_read_timeout 720;
send_timeout 720; send_timeout 720;
# Allow "Well-Known URIs" as per RFC 5785
location ~* ^/.well-known/ {
allow all;
}
location / { location / {
proxy_pass http://127.0.0.1:8069; proxy_pass http://127.0.0.1:8069;
} }

View file

@ -20,11 +20,6 @@ server {
proxy_read_timeout 720; proxy_read_timeout 720;
send_timeout 720; send_timeout 720;
# Allow "Well-Known URIs" as per RFC 5785
location ~* ^/.well-known/ {
allow all;
}
location / { location / {
proxy_pass http://127.0.0.1:8069; proxy_pass http://127.0.0.1:8069;
} }

View file

@ -24,11 +24,6 @@ server {
proxy_read_timeout 720; proxy_read_timeout 720;
send_timeout 720; send_timeout 720;
# Allow "Well-Known URIs" as per RFC 5785
location ~* ^/.well-known/ {
allow all;
}
location / { location / {
proxy_pass http://127.0.0.1:8069; proxy_pass http://127.0.0.1:8069;
} }

View file

@ -20,11 +20,6 @@ server {
proxy_read_timeout 720; proxy_read_timeout 720;
send_timeout 720; send_timeout 720;
# Allow "Well-Known URIs" as per RFC 5785
location ~* ^/.well-known/ {
allow all;
}
location / { location / {
proxy_pass http://127.0.0.1:8069; proxy_pass http://127.0.0.1:8069;
} }

View file

@ -24,11 +24,6 @@ server {
proxy_read_timeout 720; proxy_read_timeout 720;
send_timeout 720; send_timeout 720;
# Allow "Well-Known URIs" as per RFC 5785
location ~* ^/.well-known/ {
allow all;
}
location / { location / {
proxy_pass http://127.0.0.1:8069; proxy_pass http://127.0.0.1:8069;
} }

View file

@ -20,11 +20,6 @@ server {
proxy_read_timeout 720; proxy_read_timeout 720;
send_timeout 720; send_timeout 720;
# Allow "Well-Known URIs" as per RFC 5785
location ~* ^/.well-known/ {
allow all;
}
location / { location / {
proxy_pass http://127.0.0.1:8069; proxy_pass http://127.0.0.1:8069;
} }

View file

@ -24,11 +24,6 @@ server {
proxy_read_timeout 720; proxy_read_timeout 720;
send_timeout 720; send_timeout 720;
# Allow "Well-Known URIs" as per RFC 5785
location ~* ^/.well-known/ {
allow all;
}
location / { location / {
proxy_pass http://127.0.0.1:8069; proxy_pass http://127.0.0.1:8069;
} }

View file

@ -20,11 +20,6 @@ server {
proxy_read_timeout 720; proxy_read_timeout 720;
send_timeout 720; send_timeout 720;
# Allow "Well-Known URIs" as per RFC 5785
location ~* ^/.well-known/ {
allow all;
}
location / { location / {
proxy_pass http://127.0.0.1:8069; proxy_pass http://127.0.0.1:8069;
} }