Use '*.containers' instead of ips

This commit is contained in:
2022-04-25 00:46:33 -04:00
parent af3af7b2ae
commit 7ab4906710
2 changed files with 7 additions and 7 deletions

View File

@@ -145,7 +145,7 @@ in {
forceSSL = true;
locations = {
"/stream.mp3" = {
proxyPass = "http://172.16.100.2:8001/stream.mp3";
proxyPass = "http://vpn.containers:8001/stream.mp3";
extraConfig = ''
add_header Access-Control-Allow-Origin *;
'';