This commit is contained in:
Administrator 2022-09-05 23:23:36 +03:00
parent 4442957e4c
commit 6c93e43459

View File

@ -3,6 +3,15 @@ events {}
http { http {
client_max_body_size 50m; client_max_body_size 50m;
server {
listen 80;
server_name gitlab.sprinthub.ru;
location / {
proxy_pass http://dev.sprinthub.ru:1234/;
}
}
server { server {
listen 80; listen 80;
server_name *.sprinthub.ru; server_name *.sprinthub.ru;