adding h001 host
This commit is contained in:
parent
e671f877d9
commit
cafc84e17e
30 changed files with 2173 additions and 614 deletions
|
@ -72,7 +72,7 @@
|
|||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://100.64.0.2:6610";
|
||||
proxyPass = "http://100.64.0.1";
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -145,7 +145,7 @@
|
|||
streamConfig = ''
|
||||
server {
|
||||
listen 3032;
|
||||
proxy_pass 100.64.0.2:6611;
|
||||
proxy_pass 100.64.0.1:3032;
|
||||
}
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue