chore: ssl on hseu

This commit is contained in:
Philipp Hochkamp 2023-04-16 20:48:33 +02:00
parent 5b240e6fff
commit 8523ef80be
3 changed files with 5 additions and 2 deletions

View file

@ -69,7 +69,7 @@ in
services.nginx.virtualHosts."h.hailsatan.eu" = {
listenAddresses = [ "0.0.0.0" "[::0]" ];
useACMEHost = "hailsatan.eu";
addSSL = true;
forceSSL = true;
locations = {
"/".proxyPass = "http://192.168.122.76:8123";
"/".proxyWebsockets = true;