ssl
This commit is contained in:
parent
e53b0d8c71
commit
4442957e4c
@ -5,11 +5,8 @@ http {
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
server_name swarmpit.develop.sprinthub.ru;
|
||||
|
||||
location / {
|
||||
proxy_pass http://app:8080/;
|
||||
}
|
||||
server_name *.develop.sprinthub.ru;
|
||||
return 301 https://$host$request_uri;
|
||||
}
|
||||
|
||||
server {
|
||||
@ -31,15 +28,6 @@ http {
|
||||
}
|
||||
}
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
server_name rabbitmq.develop.sprinthub.ru;
|
||||
|
||||
location / {
|
||||
proxy_pass http://rabbitmq:15672/;
|
||||
}
|
||||
}
|
||||
|
||||
server {
|
||||
listen 443 ssl http2;
|
||||
listen [::]:443 ssl http2;
|
||||
@ -59,15 +47,6 @@ http {
|
||||
}
|
||||
}
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
server_name minio.develop.sprinthub.ru;
|
||||
|
||||
location / {
|
||||
proxy_pass http://minio:9001/;
|
||||
}
|
||||
}
|
||||
|
||||
server {
|
||||
listen 443 ssl http2;
|
||||
listen [::]:443 ssl http2;
|
||||
@ -87,15 +66,6 @@ http {
|
||||
}
|
||||
}
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
server_name battleship.develop.sprinthub.ru;
|
||||
|
||||
location / {
|
||||
proxy_pass http://battleship-nginx:1236/;
|
||||
}
|
||||
}
|
||||
|
||||
server {
|
||||
listen 443 ssl http2;
|
||||
listen [::]:443 ssl http2;
|
||||
@ -115,15 +85,6 @@ http {
|
||||
}
|
||||
}
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
server_name dev.develop.sprinthub.ru;
|
||||
|
||||
location / {
|
||||
proxy_pass http://sprint-nginx:1235/;
|
||||
}
|
||||
}
|
||||
|
||||
server {
|
||||
listen 443 ssl http2;
|
||||
listen [::]:443 ssl http2;
|
||||
|
@ -5,11 +5,8 @@ http {
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
server_name gitlab.sprinthub.ru;
|
||||
|
||||
location / {
|
||||
proxy_pass http://dev.sprinthub.ru:1234/;
|
||||
}
|
||||
server_name *.sprinthub.ru;
|
||||
return 301 https://$host$request_uri;
|
||||
}
|
||||
|
||||
server {
|
||||
@ -31,15 +28,6 @@ http {
|
||||
}
|
||||
}
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
server_name swarmpit.sprinthub.ru;
|
||||
|
||||
location / {
|
||||
proxy_pass http://app:8080/;
|
||||
}
|
||||
}
|
||||
|
||||
server {
|
||||
listen 443 ssl http2;
|
||||
listen [::]:443 ssl http2;
|
||||
@ -59,15 +47,6 @@ http {
|
||||
}
|
||||
}
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
server_name rabbitmq.sprinthub.ru;
|
||||
|
||||
location / {
|
||||
proxy_pass http://rabbitmq:15672/;
|
||||
}
|
||||
}
|
||||
|
||||
server {
|
||||
listen 443 ssl http2;
|
||||
listen [::]:443 ssl http2;
|
||||
@ -87,15 +66,6 @@ http {
|
||||
}
|
||||
}
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
server_name minio.sprinthub.ru;
|
||||
|
||||
location / {
|
||||
proxy_pass http://minio:9001/;
|
||||
}
|
||||
}
|
||||
|
||||
server {
|
||||
listen 443 ssl http2;
|
||||
listen [::]:443 ssl http2;
|
||||
@ -115,15 +85,6 @@ http {
|
||||
}
|
||||
}
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
server_name battleship.sprinthub.ru;
|
||||
|
||||
location / {
|
||||
proxy_pass http://battleship-nginx:1236/;
|
||||
}
|
||||
}
|
||||
|
||||
server {
|
||||
listen 443 ssl http2;
|
||||
listen [::]:443 ssl http2;
|
||||
@ -143,15 +104,6 @@ http {
|
||||
}
|
||||
}
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
server_name dev.sprinthub.ru;
|
||||
|
||||
location / {
|
||||
proxy_pass http://sprint-nginx:1235/;
|
||||
}
|
||||
}
|
||||
|
||||
server {
|
||||
listen 443 ssl http2;
|
||||
listen [::]:443 ssl http2;
|
||||
|
Loading…
Reference in New Issue
Block a user