work
This commit is contained in:
parent
37a17e8368
commit
3ba359e1e2
|
|
@ -5,6 +5,9 @@ server {
|
||||||
ssl_certificate /etc/nginx/ssl/spottorg.crt;
|
ssl_certificate /etc/nginx/ssl/spottorg.crt;
|
||||||
ssl_certificate_key /etc/nginx/ssl/spottorg.key;
|
ssl_certificate_key /etc/nginx/ssl/spottorg.key;
|
||||||
|
|
||||||
|
access_log /var/log/nginx/eks.spottorg.ru_access.log json;
|
||||||
|
error_log /var/log/nginx/eks.spottorg.ru_error.log;
|
||||||
|
|
||||||
client_max_body_size 10m;
|
client_max_body_size 10m;
|
||||||
|
|
||||||
root /application/public;
|
root /application/public;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue