corrected ssl for attic

This commit is contained in:
Luj 2023-05-14 13:58:28 +02:00
parent 1fa9db1e7a
commit 478dcb6414

View file

@ -29,8 +29,6 @@
services.nginx.recommendedTlsSettings = true;
services.nginx.virtualHosts."cache.julienmalka.me" = {
forceSSL = true;
enableACME = true;
locations."/" = {
proxyPass = "http://localhost:8080";
proxyWebsockets = true;