This commit is contained in:
skeris 2024-06-25 21:49:51 +03:00
parent a7a494508a
commit d60d4a75ef

@ -1,6 +1,6 @@
server { server {
root /usr/share/nginx/html; root /usr/share/nginx/html;
access_log syslog:server=10.8.0.7:514,tag=nginx_access; access_log syslog:server=10.8.0.7:514,tag=nginx_access main;
index index.html index.htm index.nginx-debian.html; index index.html index.htm index.nginx-debian.html;
server_name _; # managed by Certbot server_name _; # managed by Certbot
client_max_body_size 100M;# kill cache client_max_body_size 100M;# kill cache