Compare commits

..

2 commits

Author SHA1 Message Date
157b9d01a9 Update 2025-05-17 13:42:45 +02:00
28ccbe0f17 Recommended nginx settings 2025-05-01 18:41:05 +02:00

View file

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