corrected ssl for attic

This commit is contained in:
Julien Malka 2023-05-14 13:58:28 +02:00
parent 040a9e7a6e
commit d21355ddba
Signed by: Luj
GPG key ID: 6FC74C847011FD83

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;