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