File: //var/lib/letsencrypt/backups/1654177937.11/sea3.vladweb.ru.conf_31
server {
server_name sea3.vladweb.ru ;
listen 212.16.195.25:80;
listen 212.16.195.25:443 ssl ;
ssl_certificate "/var/www/httpd-cert/sea3.vladweb.ru_2022-03-20-23-48_47.crt";
ssl_certificate_key "/var/www/httpd-cert/sea3.vladweb.ru_2022-03-20-23-48_47.key";
charset utf-8;
gzip on;
gzip_proxied expired no-cache no-store private auth;
gzip_types text/css text/xml application/javascript text/plain application/json image/svg+xml image/x-icon;
gzip_comp_level 1;
set $root_path /var/www/vladweb.ru/data/www/sea3.vladweb.ru;
root $root_path;
disable_symlinks if_not_owner from=$root_path;
location / {
index index.php index.html;
try_files $uri $uri/ /index.php?$args;
}
location ~ \.php$ {
include /etc/nginx/fastcgi_params;
fastcgi_pass unix:/var/run/sea3.vladweb.ru.sock;
fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;
fastcgi_param DOCUMENT_ROOT $realpath_root;
}
location ~* ^.+\.(jpg|jpeg|gif|png|svg|js|css|mp3|ogg|mpeg|avi|zip|gz|bz2|rar|swf|ico|7z|doc|docx|map|ogg|otf|pdf|tff|tif|txt|wav|webp|woff|woff2|xls|xlsx|xml)$ {
try_files $uri $uri/ /index.php?$args;
}
location @fallback {
fastcgi_pass unix:/var/run/sea3.vladweb.ru.sock;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
include /etc/nginx/fastcgi_params;
}
include "/etc/nginx/fastpanel2-sites/vladweb.ru/sea3.vladweb.ru.includes";
include /etc/nginx/fastpanel2-includes/*.conf;
error_log /var/www/vladweb.ru/data/logs/sea3.vladweb.ru-frontend.error.log;
access_log /var/www/vladweb.ru/data/logs/sea3.vladweb.ru-frontend.access.log;
}