fix: set useACMEHost of gitea.dylanblades.com to dylanblades.com
This commit is contained in:
parent
6c4d35c9fe
commit
9f10891081
@ -211,7 +211,7 @@
|
|||||||
};
|
};
|
||||||
"gitea.dylanblades.com" = {
|
"gitea.dylanblades.com" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
useACMEHost = true;
|
useACMEHost = "dylanblades.com";
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyPass = "http://localhost:3000";
|
proxyPass = "http://localhost:3000";
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user