|
|
|
@ -14,13 +14,12 @@ server { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
server { |
|
|
|
server { |
|
|
|
client_max_body_size 175M; |
|
|
|
|
|
|
|
listen 443 ssl; |
|
|
|
listen 443 ssl; |
|
|
|
listen 80; |
|
|
|
listen 80; |
|
|
|
server_name www.dokumentor.ru dokumentor.ru; |
|
|
|
server_name www.dokumentor.ru dokumentor.ru; |
|
|
|
charset utf-8; |
|
|
|
charset utf-8; |
|
|
|
keepalive_timeout 5; |
|
|
|
keepalive_timeout 5; |
|
|
|
client_max_body_size 64M; |
|
|
|
client_max_body_size 175M; |
|
|
|
|
|
|
|
|
|
|
|
ssl_certificate /opt/app/Dokumentor/conf/ssl-keys/dokumentor.ru.crt; |
|
|
|
ssl_certificate /opt/app/Dokumentor/conf/ssl-keys/dokumentor.ru.crt; |
|
|
|
ssl_certificate_key /opt/app/Dokumentor/conf/ssl-keys/dokumentor.ru.key; |
|
|
|
ssl_certificate_key /opt/app/Dokumentor/conf/ssl-keys/dokumentor.ru.key; |
|
|
|
|