z9(group): remove all old ip references and change them to new ones
This commit is contained in:
parent
be71af3a2f
commit
1fbc903125
4 changed files with 119 additions and 20 deletions
|
|
@ -13,7 +13,7 @@ server {
|
|||
ssl_trusted_certificate /etc/letsencrypt/live/light-werkstatt.ccchh.net/chain.pem;
|
||||
|
||||
# replace with the IP address of your resolver
|
||||
resolver 10.31.208.1;
|
||||
#resolver 10.31.208.1; # is this needed?
|
||||
|
||||
location / {
|
||||
proxy_pass http://127.0.0.1:8081;
|
||||
|
|
@ -38,7 +38,7 @@ server {
|
|||
ssl_trusted_certificate /etc/letsencrypt/live/light.ccchh.net/chain.pem;
|
||||
|
||||
# replace with the IP address of your resolver
|
||||
resolver 10.31.208.1;
|
||||
#resolver 10.31.208.1; # is this needed?
|
||||
|
||||
location / {
|
||||
proxy_pass http://127.0.0.1:8080;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue