etherpad: New version

This commit is contained in:
polyfloyd 2024-06-01 23:28:45 +02:00
parent 19d95cb352
commit fc5913d56b
7 changed files with 32 additions and 15 deletions

View file

@ -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";