This commit is contained in:
Tim Schubert 2021-01-02 13:05:58 +01:00
parent 0a7fa02ecd
commit 368ed0797d
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -26,7 +26,7 @@ in {
forceSSL = true; forceSSL = true;
locations."/".extraConfig = '' locations."/".extraConfig = ''
proxy_pass unix:/run/gitea/gitea.sock; proxy_pass http://unix:/run/gitea/gitea.sock:/;
''; '';
}; };
}; };