mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
log per vhost
This commit is contained in:
parent
22d8e93c8a
commit
b91588e22a
1 changed files with 3 additions and 0 deletions
|
|
@ -229,6 +229,9 @@ in {
|
|||
forceSSL = true;
|
||||
locations."/".proxyPass = "http://127.0.0.1:8001";
|
||||
locations."/".proxyWebsockets = true;
|
||||
extraConfig = ''
|
||||
access_log /var/log/nginx/stats.${domain}.log;
|
||||
'';
|
||||
};
|
||||
"utk.${domain}" = {
|
||||
serverAliases = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue