File: //var/lib/letsencrypt/backups/1652256148.88/theh.ru.conf_35
server {
server_name theh.ru www.theh.ru ;
listen 212.16.195.25:80;
charset utf-8;
listen 212.16.195.25:443 ssl ;
ssl_certificate "/var/www/httpd-cert/theh.ru_2022-03-31-09-41_11.crt";
ssl_certificate_key "/var/www/httpd-cert/theh.ru_2022-03-31-09-41_11.key";
gzip on;
gzip_min_length 1024;
gzip_proxied expired no-cache no-store private auth;
gzip_types text/css image/x-ico application/pdf image/jpeg image/png image/gif application/javascript application/x-javascript application/x-pointplus;
gzip_comp_level 9;
set $root_path /var/www/theh.ru/data/www/theh.ru;
root $root_path;
disable_symlinks if_not_owner from=$root_path;
location / {
index index.html;
}
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/ =404;
expires 100d;
}
include "/etc/nginx/fastpanel2-sites/theh.ru/theh.ru.includes";
include /etc/nginx/fastpanel2-includes/*.conf;
error_log /var/www/theh.ru/data/logs/theh.ru-frontend.error.log;
access_log /var/www/theh.ru/data/logs/theh.ru-frontend.access.log;
}