Compare commits

..

2 commits

Author SHA1 Message Date
dc65f0db4d Update 2025-05-23 21:03:33 +02:00
7ee6d7c77d Recommended nginx settings 2025-05-23 21:03:33 +02:00

View file

@ -12,7 +12,6 @@ in {
enableACME = true;
locations."/" = {
proxyPass = "https://localhost:8081";
recommendedProxySettings = true;
};
};
};