Revert gitea subdomain location
This commit is contained in:
parent
2ab92cf3dd
commit
1bfc5789a9
|
@ -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";
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
locations."/syncthing/" = {
|
||||
proxyPass = "http://localhost:8384/";
|
||||
};
|
||||
locations."/" = {
|
||||
locations."/gitea/" = {
|
||||
proxyPass = "http://localhost:3000/";
|
||||
};
|
||||
locations."/miniflux/" = {
|
||||
|
|
Loading…
Reference in New Issue