initial
This commit is contained in:
22
nginx_dev/nginx.conf
Normal file
22
nginx_dev/nginx.conf
Normal file
@@ -0,0 +1,22 @@
|
||||
events {}
|
||||
|
||||
http {
|
||||
client_max_body_size 50m;
|
||||
server {
|
||||
listen 80;
|
||||
server_name dev.develop.sprinthub.ru www.dev.develop.sprinthub.ru;
|
||||
|
||||
location / {
|
||||
proxy_pass http://dev.develop.sprinthub.ru:1235/;
|
||||
}
|
||||
}
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
server_name swarmpit.develop.sprinthub.ru www.swarmpit.develop.sprinthub.ru;
|
||||
|
||||
location / {
|
||||
proxy_pass http://dev.develop.sprinthub.ru:888/;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user