update
This commit is contained in:
parent
31637568e2
commit
ac505934cf
6 changed files with 135 additions and 212 deletions
|
|
@ -50,6 +50,13 @@
|
|||
forceSSL = true;
|
||||
locations."/".proxyPass = "http://[::1]${config.services.xynoblog.listen}";
|
||||
};
|
||||
services.lolpizza2.enable = true;
|
||||
services.nginx.virtualHosts."lolpizza.ragon.xyz" = {
|
||||
useACMEHost = "ragon.xyz";
|
||||
forceSSL = true;
|
||||
locations."/".proxyPass = "http://[::1]${config.services.lolpizza2.listen}";
|
||||
};
|
||||
|
||||
services.nginx.virtualHosts."xyno.systems" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue