Compare commits
No commits in common. "2107cc6aefd95ccae7e17589e09d7e89763041c5" and "66206fa64accd42dc008202da6b71f6a26a5fcbb" have entirely different histories.
2107cc6aef
...
66206fa64a
1 changed files with 1 additions and 4 deletions
|
|
@ -11,8 +11,6 @@
|
||||||
server = {
|
server = {
|
||||||
ROOT_URL = "https://git.${domainName}/";
|
ROOT_URL = "https://git.${domainName}/";
|
||||||
PROTOCOL = "http";
|
PROTOCOL = "http";
|
||||||
HTTP_ADDR = "127.0.0.1";
|
|
||||||
HTTP_PORT = 3000;
|
|
||||||
DOMAIN = "git.${domainName}";
|
DOMAIN = "git.${domainName}";
|
||||||
SSH_PORT = 2222;
|
SSH_PORT = 2222;
|
||||||
START_SSH_SERVER = true;
|
START_SSH_SERVER = true;
|
||||||
|
|
@ -38,8 +36,7 @@
|
||||||
'';
|
'';
|
||||||
locations = {
|
locations = {
|
||||||
"/" = {
|
"/" = {
|
||||||
proxyPass = "http://127.0.0.1:3000";
|
proxyPass = "http://localhost:3000";
|
||||||
recommendedProxySettings = false;
|
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
proxy_set_header X-Real-IP $remote_addr;
|
proxy_set_header X-Real-IP $remote_addr;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue