routing
This commit is contained in:
parent
5667330562
commit
dc5e6df5bc
@ -4,7 +4,7 @@ http {
|
|||||||
client_max_body_size 50m;
|
client_max_body_size 50m;
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
server_name dev.develop.sprinthub.ru www.dev.develop.sprinthub.ru;
|
server_name dev.develop.sprinthub.ru;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://dev.develop.sprinthub.ru:1235/;
|
proxy_pass http://dev.develop.sprinthub.ru:1235/;
|
||||||
@ -13,16 +13,7 @@ http {
|
|||||||
|
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
server_name swarmpit.develop.sprinthub.ru www.swarmpit.develop.sprinthub.ru;
|
server_name swarmpit.develop.sprinthub.ru;
|
||||||
|
|
||||||
location / {
|
|
||||||
proxy_pass http://dev.develop.sprinthub.ru:888/;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
server {
|
|
||||||
listen 80;
|
|
||||||
server_name swarmpit2.develop.sprinthub.ru;
|
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://dev.develop.sprinthub.ru:888/;
|
proxy_pass http://dev.develop.sprinthub.ru:888/;
|
||||||
|
@ -4,7 +4,7 @@ http {
|
|||||||
client_max_body_size 50m;
|
client_max_body_size 50m;
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
server_name dev.sprinthub.ru www.dev.sprinthub.ru;
|
server_name dev.sprinthub.ru;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://dev.sprinthub.ru:1235/;
|
proxy_pass http://dev.sprinthub.ru:1235/;
|
||||||
@ -13,7 +13,7 @@ http {
|
|||||||
|
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
server_name gitlab.sprinthub.ru www.gitlab.sprinthub.ru;
|
server_name gitlab.sprinthub.ru;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://dev.sprinthub.ru:1234/;
|
proxy_pass http://dev.sprinthub.ru:1234/;
|
||||||
@ -22,7 +22,7 @@ http {
|
|||||||
|
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
server_name swarmpit.sprinthub.ru www.swarmpit.sprinthub.ru;
|
server_name swarmpit.sprinthub.ru;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://dev.sprinthub.ru:888/;
|
proxy_pass http://dev.sprinthub.ru:888/;
|
||||||
|
Loading…
Reference in New Issue
Block a user