explicitly use v4 localhost
This commit is contained in:
committed by
Joakim Repomaa
parent
39134ba640
commit
599ca53f1d
@@ -27,8 +27,8 @@ in
|
||||
};
|
||||
|
||||
modules.webserver.vHosts.${fqdn}.locations = {
|
||||
"/".proxy = "http://localhost:8000";
|
||||
"/notifications/hub".proxy = "http://localhost:3012";
|
||||
"/".proxy = "http://127.0.0.1:8000";
|
||||
"/notifications/hub".proxy = "http://127.0.0.1:3012";
|
||||
};
|
||||
|
||||
services.postgresql = {
|
||||
|
||||
Reference in New Issue
Block a user