ssl
This commit is contained in:
parent
f9bc719ef7
commit
abe6a4ef90
@ -4,7 +4,6 @@ services:
|
|||||||
ssl:
|
ssl:
|
||||||
image: mathwave/sprint-repo:sprint-infra-ssl-dev
|
image: mathwave/sprint-repo:sprint-infra-ssl-dev
|
||||||
ports:
|
ports:
|
||||||
- "80:80"
|
|
||||||
- "443:443"
|
- "443:443"
|
||||||
networks:
|
networks:
|
||||||
- net
|
- net
|
||||||
|
@ -4,7 +4,6 @@ services:
|
|||||||
ssl:
|
ssl:
|
||||||
image: mathwave/sprint-repo:sprint-infra-ssl-prod
|
image: mathwave/sprint-repo:sprint-infra-ssl-prod
|
||||||
ports:
|
ports:
|
||||||
- "80:80"
|
|
||||||
- "443:443"
|
- "443:443"
|
||||||
networks:
|
networks:
|
||||||
- net
|
- net
|
||||||
@ -21,8 +20,6 @@ services:
|
|||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
image: mathwave/sprint-repo:sprint-infra-nginx-prod
|
image: mathwave/sprint-repo:sprint-infra-nginx-prod
|
||||||
ports:
|
|
||||||
- "80:80"
|
|
||||||
networks:
|
networks:
|
||||||
- net
|
- net
|
||||||
- battleship-nginx
|
- battleship-nginx
|
||||||
|
@ -3,15 +3,6 @@ events {}
|
|||||||
http {
|
http {
|
||||||
client_max_body_size 50m;
|
client_max_body_size 50m;
|
||||||
|
|
||||||
server {
|
|
||||||
listen 80;
|
|
||||||
server_name *.develop.sprinthub.ru;
|
|
||||||
|
|
||||||
location / {
|
|
||||||
proxy_pass http://nginx:80/;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen 443 ssl http2;
|
listen 443 ssl http2;
|
||||||
listen [::]:443 ssl http2;
|
listen [::]:443 ssl http2;
|
||||||
|
@ -3,15 +3,6 @@ events {}
|
|||||||
http {
|
http {
|
||||||
client_max_body_size 50m;
|
client_max_body_size 50m;
|
||||||
|
|
||||||
server {
|
|
||||||
listen 80;
|
|
||||||
server_name *.sprinthub.ru;
|
|
||||||
|
|
||||||
location / {
|
|
||||||
proxy_pass http://nginx:80/;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen 443 ssl http2;
|
listen 443 ssl http2;
|
||||||
listen [::]:443 ssl http2;
|
listen [::]:443 ssl http2;
|
||||||
|
Loading…
Reference in New Issue
Block a user