matrix-ntfy: without nginx, bind to 127.0.0.1:2586

This commit is contained in:
Julian Foad
2022-07-05 21:11:15 +01:00
parent b6223a7926
commit 25b343c8c8
3 changed files with 5 additions and 3 deletions

View File

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