flamesites
This commit is contained in:
parent
87b1ebb8be
commit
068c3c9dff
1 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
useACMEHost = "swgalaxyproject.com";
|
useACMEHost = "swgalaxyproject.com";
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyPass = "";
|
proxyPass = "http://localhost:8080";
|
||||||
proxyWebsockets = true;
|
proxyWebsockets = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
useACMEHost = "test.swgalaxyproject.com";
|
useACMEHost = "test.swgalaxyproject.com";
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyPass = "";
|
proxyPass = "http://localhost:8080";
|
||||||
proxyWebsockets = true;
|
proxyWebsockets = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue