a
This commit is contained in:
parent
c47fe97b0f
commit
5e47c211dd
2 changed files with 8 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue