fix: ntfy config nginx

This commit is contained in:
Strix 2023-10-20 07:41:11 +02:00
parent 52336332f1
commit 76bed8b05a
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774

View file

@ -3,7 +3,7 @@ server {
server_name push.ixvd.net; server_name push.ixvd.net;
location / { location / {
proxy_pass http://ntfy$request_uri; proxy_pass http://ntfy;
proxy_http_version 1.1; proxy_http_version 1.1;
proxy_buffering off; proxy_buffering off;