Revert gitea subdomain location

This commit is contained in:
coolneng 2019-11-25 15:19:01 +01:00
parent 2ab92cf3dd
commit 1bfc5789a9
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
services.gitea = {
enable = true;
domain = "coolneng.duckdns.org";
rootUrl = "https://coolneng.duckdns.org/";
rootUrl = "https://coolneng.duckdns.org/gitea";
database = {
type = "postgres";
passwordFile = "/var/keys/gitea/db";

View File

@ -63,7 +63,7 @@
locations."/syncthing/" = {
proxyPass = "http://localhost:8384/";
};
locations."/" = {
locations."/gitea/" = {
proxyPass = "http://localhost:3000/";
};
locations."/miniflux/" = {