* Proxy changes now use a real tld of .net
This is to make browser behave better as they would always try to avoid the domain lookup
This commit is contained in:
6
docker-host/setup/templates/proxy.conf.j2
Normal file
6
docker-host/setup/templates/proxy.conf.j2
Normal file
@@ -0,0 +1,6 @@
|
||||
server {
|
||||
server_name {{SERVER_NAME}};
|
||||
location / {
|
||||
proxy_pass http://127.0.0.1:{{PORT}};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user