fix: ntfy config nginx
This commit is contained in:
parent
52336332f1
commit
76bed8b05a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue