a
This commit is contained in:
parent
5e47c211dd
commit
121f4a1a68
1 changed files with 2 additions and 2 deletions
|
|
@ -65,10 +65,10 @@
|
|||
|
||||
services.lolpizza2.enable = true;
|
||||
|
||||
services.nginx.virtualHosts."8000.ragon.xyz" = {
|
||||
services.nginx.virtualHosts."8001.ragon.xyz" = {
|
||||
useACMEHost = "ragon.xyz";
|
||||
forceSSL = true;
|
||||
locations."/".proxyPass = "http://[::1]:8000";
|
||||
locations."/".proxyPass = "http://[::1]:8001";
|
||||
};
|
||||
services.nginx.virtualHosts."lolpizza.ragon.xyz" = {
|
||||
useACMEHost = "ragon.xyz";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue