This commit is contained in:
Administrator
2022-09-05 19:21:40 +03:00
parent f9bc719ef7
commit abe6a4ef90
4 changed files with 0 additions and 22 deletions

View File

@@ -3,15 +3,6 @@ events {}
http {
client_max_body_size 50m;
server {
listen 80;
server_name *.develop.sprinthub.ru;
location / {
proxy_pass http://nginx:80/;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;