hosts/web-2: Bind Gitea to IPv6
This commit is contained in:
parent
97d1f68e9c
commit
3fe7721847
@ -28,7 +28,7 @@
|
|||||||
server = {
|
server = {
|
||||||
ROOT_URL = "https://git.clerie.de/";
|
ROOT_URL = "https://git.clerie.de/";
|
||||||
DOMAIN = "git.clerie.de";
|
DOMAIN = "git.clerie.de";
|
||||||
HTTP_ADDRESS = "127.0.0.1";
|
HTTP_ADDRESS = "::1";
|
||||||
HTTP_PORT = 3000;
|
HTTP_PORT = 3000;
|
||||||
OFFLINE_MODE = true;
|
OFFLINE_MODE = true;
|
||||||
LANDING_PAGE = "explore";
|
LANDING_PAGE = "explore";
|
||||||
@ -80,7 +80,7 @@
|
|||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
locations = {
|
locations = {
|
||||||
"/" = {
|
"/" = {
|
||||||
proxyPass = "http://localhost:3000";
|
proxyPass = "http://[::1]:3000";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user