fix
This commit is contained in:
parent
a7a6b84650
commit
799b9d4e2f
1 changed files with 4 additions and 2 deletions
|
|
@ -58,8 +58,10 @@
|
||||||
# proxy_responses: 1
|
# proxy_responses: 1
|
||||||
nginx_virthosts:
|
nginx_virthosts:
|
||||||
- virthost_name: git.mrwho.ru
|
- virthost_name: git.mrwho.ru
|
||||||
http_port: 80
|
http_port:
|
||||||
https_port: 8443
|
- 80
|
||||||
|
https_port:
|
||||||
|
- 8443
|
||||||
server_name: git.mrwho.ru
|
server_name: git.mrwho.ru
|
||||||
server_aliases: git.local.mrwho.ru
|
server_aliases: git.local.mrwho.ru
|
||||||
# index: index.php
|
# index: index.php
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue