ssl
This commit is contained in:
@@ -3,15 +3,6 @@ events {}
|
||||
http {
|
||||
client_max_body_size 50m;
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
server_name *.sprinthub.ru;
|
||||
|
||||
location / {
|
||||
proxy_pass http://nginx:80/;
|
||||
}
|
||||
}
|
||||
|
||||
server {
|
||||
listen 443 ssl http2;
|
||||
listen [::]:443 ssl http2;
|
||||
|
Reference in New Issue
Block a user