test
This commit is contained in:
@@ -25,10 +25,17 @@
|
|||||||
|
|
||||||
services.nginx = {
|
services.nginx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
virtualHosts."blunkall.us" = {
|
virtualHosts = {
|
||||||
enableACME = false;
|
"blunkall.us" = {
|
||||||
forceSSL = false;
|
enableACME = false;
|
||||||
root = "/var/www/data";
|
forceSSL = false;
|
||||||
|
root = "/var/www/data";
|
||||||
|
};
|
||||||
|
"homebox.vpn" = {
|
||||||
|
enableACME = false;
|
||||||
|
forceSSL = false;
|
||||||
|
root = "/var/www/data";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user