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 = { services.gitea = {
enable = true; enable = true;
domain = "coolneng.duckdns.org"; domain = "coolneng.duckdns.org";
rootUrl = "https://coolneng.duckdns.org/"; rootUrl = "https://coolneng.duckdns.org/gitea";
database = { database = {
type = "postgres"; type = "postgres";
passwordFile = "/var/keys/gitea/db"; passwordFile = "/var/keys/gitea/db";

View File

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