Update nginx forwards
This commit is contained in:
parent
707adcc691
commit
1d86ad4f17
|
@ -111,7 +111,7 @@
|
|||
forceSSL = true;
|
||||
useACMEHost = "mccarty.io";
|
||||
locations."/" = {
|
||||
proxyPass = "http://100.67.146.101:8989";
|
||||
proxyPass = "http://100.121.150.78:8989";
|
||||
extraConfig = ''
|
||||
allow 100.64.0.0/10;
|
||||
deny all;
|
||||
|
@ -122,7 +122,7 @@
|
|||
forceSSL = true;
|
||||
useACMEHost = "mccarty.io";
|
||||
locations."/" = {
|
||||
proxyPass = "http://100.67.146.101:7878";
|
||||
proxyPass = "http://100.121.150.78:7878";
|
||||
extraConfig = ''
|
||||
allow 100.64.0.0/10;
|
||||
deny all;
|
||||
|
@ -133,7 +133,18 @@
|
|||
forceSSL = true;
|
||||
useACMEHost = "mccarty.io";
|
||||
locations."/" = {
|
||||
proxyPass = "http://100.67.146.101:8080";
|
||||
proxyPass = "http://100.121.150.78:8080";
|
||||
extraConfig = ''
|
||||
allow 100.64.0.0/10;
|
||||
deny all;
|
||||
'';
|
||||
};
|
||||
};
|
||||
"tautulli.mccarty.io" = {
|
||||
forceSSL = true;
|
||||
useACMEHost = "mccarty.io";
|
||||
locations."/" = {
|
||||
proxyPass = "http://100.121.150.78:8181";
|
||||
extraConfig = ''
|
||||
allow 100.64.0.0/10;
|
||||
deny all;
|
||||
|
|
Loading…
Reference in New Issue