certs
This commit is contained in:
@@ -7,7 +7,7 @@ http {
|
|||||||
listen 443;
|
listen 443;
|
||||||
server_name dev.develop.sprinthub.ru;
|
server_name dev.develop.sprinthub.ru;
|
||||||
ssl_certificate /etc/nginx/fullchain.pem;
|
ssl_certificate /etc/nginx/fullchain.pem;
|
||||||
ssl_certificate_pem /etc/nginx/privkey.pem;
|
ssl_certificate_key /etc/nginx/privkey.pem;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://dev.develop.sprinthub.ru:1235/;
|
proxy_pass http://dev.develop.sprinthub.ru:1235/;
|
||||||
@@ -18,7 +18,7 @@ http {
|
|||||||
listen 443;
|
listen 443;
|
||||||
server_name swarmpit.develop.sprinthub.ru;
|
server_name swarmpit.develop.sprinthub.ru;
|
||||||
ssl_certificate /etc/nginx/fullchain.pem;
|
ssl_certificate /etc/nginx/fullchain.pem;
|
||||||
ssl_certificate_pem /etc/nginx/privkey.pem;
|
ssl_certificate_key /etc/nginx/privkey.pem;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://dev.develop.sprinthub.ru:888/;
|
proxy_pass http://dev.develop.sprinthub.ru:888/;
|
||||||
@@ -29,7 +29,7 @@ http {
|
|||||||
listen 443;
|
listen 443;
|
||||||
server_name rabbitmq.develop.sprinthub.ru;
|
server_name rabbitmq.develop.sprinthub.ru;
|
||||||
ssl_certificate /etc/nginx/fullchain.pem;
|
ssl_certificate /etc/nginx/fullchain.pem;
|
||||||
ssl_certificate_pem /etc/nginx/privkey.pem;
|
ssl_certificate_key /etc/nginx/privkey.pem;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://dev.develop.sprinthub.ru:15672/;
|
proxy_pass http://dev.develop.sprinthub.ru:15672/;
|
||||||
@@ -40,7 +40,7 @@ http {
|
|||||||
listen 443;
|
listen 443;
|
||||||
server_name minio.develop.sprinthub.ru;
|
server_name minio.develop.sprinthub.ru;
|
||||||
ssl_certificate /etc/nginx/fullchain.pem;
|
ssl_certificate /etc/nginx/fullchain.pem;
|
||||||
ssl_certificate_pem /etc/nginx/privkey.pem;
|
ssl_certificate_key /etc/nginx/privkey.pem;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://dev.develop.sprinthub.ru:9001/;
|
proxy_pass http://dev.develop.sprinthub.ru:9001/;
|
||||||
@@ -51,7 +51,7 @@ http {
|
|||||||
listen 443;
|
listen 443;
|
||||||
server_name battleship.develop.sprinthub.ru;
|
server_name battleship.develop.sprinthub.ru;
|
||||||
ssl_certificate /etc/nginx/fullchain.pem;
|
ssl_certificate /etc/nginx/fullchain.pem;
|
||||||
ssl_certificate_pem /etc/nginx/privkey.pem;
|
ssl_certificate_key /etc/nginx/privkey.pem;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://dev.develop.sprinthub.ru:1236/;
|
proxy_pass http://dev.develop.sprinthub.ru:1236/;
|
||||||
|
Reference in New Issue
Block a user