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" = {
|
||||
forceSSL = true;
|
||||
useACMEHost = true;
|
||||
useACMEHost = "dylanblades.com";
|
||||
locations."/" = {
|
||||
proxyPass = "http://localhost:3000";
|
||||
extraConfig = ''
|
||||
|
||||
Loading…
Reference in New Issue
Block a user