This commit is contained in:
Lucy Hochkamp 2023-11-11 00:44:29 +01:00
parent c47fe97b0f
commit 5e47c211dd
No known key found for this signature in database
2 changed files with 8 additions and 2 deletions

View file

@ -65,6 +65,11 @@
services.lolpizza2.enable = true;
services.nginx.virtualHosts."8000.ragon.xyz" = {
useACMEHost = "ragon.xyz";
forceSSL = true;
locations."/".proxyPass = "http://[::1]:8000";
};
services.nginx.virtualHosts."lolpizza.ragon.xyz" = {
useACMEHost = "ragon.xyz";
forceSSL = true;