forked from bitlair/ansible
etherpad: New version
This commit is contained in:
parent
19d95cb352
commit
fc5913d56b
7 changed files with 32 additions and 15 deletions
|
@ -1,3 +1,5 @@
|
|||
# {{ ansible_managed }}
|
||||
|
||||
server {
|
||||
listen 443 ssl http2 default_server;
|
||||
listen [::]:443 ssl http2 default_server;
|
||||
|
@ -13,8 +15,10 @@ server {
|
|||
location / {
|
||||
proxy_pass http://127.0.0.1:9001/;
|
||||
include proxy_params;
|
||||
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection "upgrade";
|
||||
proxy_set_header Connection $http_connection;
|
||||
}
|
||||
|
||||
include "snippets/acme.conf";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue