server: gitea: update config

This commit is contained in:
2023-04-26 19:13:38 +02:00
parent 467ee39f9e
commit 2c4275bf46

View File

@@ -71,7 +71,7 @@
recommendedGzipSettings = true;
recommendedProxySettings = true;
virtualHosts = {
"${config.services.gitea.domain}" = {
"${config.services.gitea.settings.server.DOMAIN}" = {
enableACME = true;
forceSSL = true;
locations."/".proxyPass = "http://localhost:3000";