Revert gitea subdomain location
This commit is contained in:
parent
2ab92cf3dd
commit
1bfc5789a9
|
@ -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";
|
||||||
|
|
|
@ -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/" = {
|
||||||
|
|
Loading…
Reference in New Issue