File: //var/lib/letsencrypt/backups/1654177937.11/laydown.ru.conf_29
server {
server_name laydown.ru www.laydown.ru ;
listen 212.16.195.25:80;
listen 212.16.195.25:443 ssl ;
ssl_certificate "/var/www/httpd-cert/laydown.ru_2022-04-30-01-46_51.crt";
ssl_certificate_key "/var/www/httpd-cert/laydown.ru_2022-04-30-01-46_51.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/theh.ru/data/www/laydown.ru;
root $root_path;
disable_symlinks if_not_owner from=$root_path;
location / {
proxy_pass http://127.0.0.1:81;
proxy_redirect http://127.0.0.1:81/ /;
include /etc/nginx/proxy_params;
}
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/ @fallback;
}
location @fallback {
proxy_pass http://127.0.0.1:81;
proxy_redirect http://127.0.0.1:81/ /;
include /etc/nginx/proxy_params;
}
include "/etc/nginx/fastpanel2-sites/theh.ru/laydown.ru.includes";
include /etc/nginx/fastpanel2-includes/*.conf;
error_log /var/www/theh.ru/data/logs/laydown.ru-frontend.error.log;
access_log /var/www/theh.ru/data/logs/laydown.ru-frontend.access.log;
}