mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
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;
|
||||
useACMEHost = "swgalaxyproject.com";
|
||||
locations."/" = {
|
||||
proxyPass = "";
|
||||
proxyPass = "http://localhost:8080";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
forceSSL = true;
|
||||
useACMEHost = "test.swgalaxyproject.com";
|
||||
locations."/" = {
|
||||
proxyPass = "";
|
||||
proxyPass = "http://localhost:8080";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue