enable nginx error log on nixnas
This commit is contained in:
parent
6bd18dcc86
commit
1f1851078c
1 changed files with 1 additions and 0 deletions
|
|
@ -166,6 +166,7 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
services.nginx.logError = "/var/log/nginx/error.log";
|
||||
services.nginx.recommendedProxySettings = true;
|
||||
services.nginx.virtualHosts."hydra.claytonhickey.me" = {
|
||||
locations."/".proxyPass = "http://127.0.0.1:${builtins.toString hydraPort}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue