add nginx test server to chell
This commit is contained in:
parent
500c985bb6
commit
04c5858f6e
1 changed files with 10 additions and 0 deletions
|
|
@ -14,4 +14,14 @@
|
||||||
hardware.keyboard.qmk.enable = true;
|
hardware.keyboard.qmk.enable = true;
|
||||||
|
|
||||||
services.xserver.xkb.options = "caps:escape,compose:102";
|
services.xserver.xkb.options = "caps:escape,compose:102";
|
||||||
|
|
||||||
|
services.nginx = {
|
||||||
|
enable = true;
|
||||||
|
virtualHosts."main.chell.org" = {
|
||||||
|
forceSSL = false;
|
||||||
|
locations."/" = {
|
||||||
|
root = "/var/www";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue