disabled nginx for now
Signed-off-by: Menno van Leeuwen <menno@vleeuwen.me>
This commit is contained in:
parent
db89a244b0
commit
1e73386dca
@ -1,13 +1,13 @@
|
|||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
# Resume/CV Website (Nginx)
|
# Resume/CV Website (Nginx)
|
||||||
services.nginx = {
|
# services.nginx = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
virtualHosts."localhost:4203" = {
|
# virtualHosts."localhost:4203" = {
|
||||||
root = "/home/menno/dotfiles/config/nixos/packages/server/mennovanleeuwen.nl";
|
# root = "/home/menno/dotfiles/config/nixos/packages/server/mennovanleeuwen.nl";
|
||||||
locations."/" = {
|
# locations."/" = {
|
||||||
index = "index.html";
|
# index = "index.html";
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user