Procházet zdrojové kódy

matrix-ntfy: enable WebSocket proxying

pull/1918/head
Julian Foad před 3 roky
rodič
revize
2a516a16fb
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. +2
    -0
      roles/matrix-nginx-proxy/templates/nginx/conf.d/matrix-ntfy.conf.j2

+ 2
- 0
roles/matrix-nginx-proxy/templates/nginx/conf.d/matrix-ntfy.conf.j2 Zobrazit soubor

@@ -27,6 +27,8 @@
{# Generic configuration for use outside of our container setup #}
proxy_pass http://127.0.0.1:80;
{% endif %}
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";

proxy_set_header Host $host;
proxy_set_header X-Forwarded-For {{ matrix_nginx_proxy_x_forwarded_for }};


Načítá se…
Zrušit
Uložit