ssl
This commit is contained in:
parent
4442957e4c
commit
6c93e43459
@ -3,6 +3,15 @@ events {}
|
||||
http {
|
||||
client_max_body_size 50m;
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
server_name gitlab.sprinthub.ru;
|
||||
|
||||
location / {
|
||||
proxy_pass http://dev.sprinthub.ru:1234/;
|
||||
}
|
||||
}
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
server_name *.sprinthub.ru;
|
||||
|
Loading…
Reference in New Issue
Block a user