1
0
Fork 0

ntfy-sh: update nginx config

This commit is contained in:
Daniel Kempkens 2023-02-18 20:58:46 +01:00
parent 934a2b7475
commit f280c8f1c4
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -33,10 +33,6 @@
enableACME = false; enableACME = false;
locations."/" = { locations."/" = {
tryFiles = "$uri @proxy";
};
locations."@proxy" = {
proxyWebsockets = true; proxyWebsockets = true;
recommendedProxySettings = true; recommendedProxySettings = true;
proxyPass = "http://unix:/run/ntfy-sh/ntfy.socket"; proxyPass = "http://unix:/run/ntfy-sh/ntfy.socket";