Tweak nginx

This commit is contained in:
Nathan McCarty 2022-10-03 03:27:52 -04:00
parent 65af889b19
commit bf3c4fca2d
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 7 additions and 18 deletions

View File

@ -112,18 +112,7 @@
locations."/" = { locations."/" = {
proxyPass = "http://localhost:3080"; proxyPass = "http://localhost:3080";
extraConfig = '' extraConfig = ''
allow 172.23.0.0/16; allow 100.64.0.0/10;
deny all;
'';
};
};
"hub.mccarty.io" = {
forceSSL = true;
useACMEHost = "mccarty.io";
locations."/" = {
proxyPass = "http://localhost:3081";
extraConfig = ''
allow 172.23.0.0/16;
deny all; deny all;
''; '';
}; };
@ -132,9 +121,9 @@
forceSSL = true; forceSSL = true;
useACMEHost = "mccarty.io"; useACMEHost = "mccarty.io";
locations."/" = { locations."/" = {
proxyPass = "http://10.0.3.10:8989"; proxyPass = "http://100.67.146.101:8989";
extraConfig = '' extraConfig = ''
allow 172.23.0.0/16; allow 100.64.0.0/10;
deny all; deny all;
''; '';
}; };
@ -143,9 +132,9 @@
forceSSL = true; forceSSL = true;
useACMEHost = "mccarty.io"; useACMEHost = "mccarty.io";
locations."/" = { locations."/" = {
proxyPass = "http://10.0.3.10:7878"; proxyPass = "http://100.67.146.101:7878";
extraConfig = '' extraConfig = ''
allow 172.23.0.0/16; allow 100.64.0.0/10;
deny all; deny all;
''; '';
}; };
@ -154,9 +143,9 @@
forceSSL = true; forceSSL = true;
useACMEHost = "mccarty.io"; useACMEHost = "mccarty.io";
locations."/" = { locations."/" = {
proxyPass = "http://10.0.3.10:8080"; proxyPass = "http://100.67.146.101:8080";
extraConfig = '' extraConfig = ''
allow 172.23.0.0/16; allow 100.64.0.0/10;
deny all; deny all;
''; '';
}; };