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