server: gitea: update config
This commit is contained in:
parent
467ee39f9e
commit
2c4275bf46
@ -71,7 +71,7 @@
|
|||||||
recommendedGzipSettings = true;
|
recommendedGzipSettings = true;
|
||||||
recommendedProxySettings = true;
|
recommendedProxySettings = true;
|
||||||
virtualHosts = {
|
virtualHosts = {
|
||||||
"${config.services.gitea.domain}" = {
|
"${config.services.gitea.settings.server.DOMAIN}" = {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
locations."/".proxyPass = "http://localhost:3000";
|
locations."/".proxyPass = "http://localhost:3000";
|
||||||
|
Loading…
Reference in New Issue
Block a user