This commit is contained in:
ddadmin 2025-09-12 16:39:21 +03:00
parent 37a17e8368
commit 3ba359e1e2
1 changed files with 3 additions and 0 deletions

View File

@ -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;