Compare commits
No commits in common. "3fe7721847ade8e9e3b490ea4cc8e1fe5173b288" and "8f398404d5b77de638200776f9c60c29e812de96" have entirely different histories.
3fe7721847
...
8f398404d5
@ -15,7 +15,7 @@
|
||||
lfs.enable = true;
|
||||
settings = {
|
||||
log = {
|
||||
LEVEL = "Warn";
|
||||
LEVEL = "Info";
|
||||
};
|
||||
database = {
|
||||
CHARSET = "utf8";
|
||||
@ -28,7 +28,7 @@
|
||||
server = {
|
||||
ROOT_URL = "https://git.clerie.de/";
|
||||
DOMAIN = "git.clerie.de";
|
||||
HTTP_ADDRESS = "::1";
|
||||
HTTP_ADDRESS = "127.0.0.1";
|
||||
HTTP_PORT = 3000;
|
||||
OFFLINE_MODE = true;
|
||||
LANDING_PAGE = "explore";
|
||||
@ -80,7 +80,7 @@
|
||||
forceSSL = true;
|
||||
locations = {
|
||||
"/" = {
|
||||
proxyPass = "http://[::1]:3000";
|
||||
proxyPass = "http://localhost:3000";
|
||||
};
|
||||
};
|
||||
extraConfig = ''
|
||||
|
Loading…
Reference in New Issue
Block a user