server: gitea: update config

This commit is contained in:
Kabbone 2023-04-26 19:13:38 +02:00
parent 467ee39f9e
commit 2c4275bf46
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY

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";