fixed dns nginx problem

This commit is contained in:
Alexander Szczepanski
2021-08-12 22:57:21 +02:00
parent f8fbf31904
commit e532f3baa2

View File

@ -60,7 +60,7 @@
enableACME = true;
locations = {
"/" = {
proxyPass = "http://localhost:8080/";
proxyPass = "http://127.0.0.1:8080/";
extraConfig = ''
add_header Strict-Transport-Security "max-age=31536000; includeSubDomains; preload";
'';