a
This commit is contained in:
parent
d81f95d233
commit
4a9a646c01
1 changed files with 2 additions and 0 deletions
|
|
@ -302,6 +302,7 @@ in
|
|||
services.nginx.virtualHosts."bzzt-api.hailsatan.eu" = {
|
||||
useACMEHost = "hailsatan.eu";
|
||||
listenAddresses = [ "10.0.0.2" "100.83.96.25" ];
|
||||
addSSL = true;
|
||||
locations = {
|
||||
"/".proxyPass = "http://127.0.0.1:5001";
|
||||
"/".proxyWebsockets = true;
|
||||
|
|
@ -309,6 +310,7 @@ in
|
|||
};
|
||||
services.nginx.virtualHosts."bzzt-lcg.hailsatan.eu" = {
|
||||
useACMEHost = "hailsatan.eu";
|
||||
addSSL = true;
|
||||
listenAddresses = [ "10.0.0.2" "100.83.96.25" ];
|
||||
locations = {
|
||||
"/".proxyPass = "http://127.0.0.1:5003";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue