Server IP : 80.87.202.40 / Your IP : 216.73.216.169 Web Server : Apache System : Linux rospirotorg.ru 5.14.0-539.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 5 22:26:13 UTC 2024 x86_64 User : bitrix ( 600) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/lib/letsencrypt/backups/1742811592.520118/ |
Upload File : |
# Ansible managed # Additional website http server { listen 443 ssl; server_name cvetdv.ru *.cvetdv.ru; #include bx/conf/ssl.conf; include bx/conf/ssl_options.conf; ssl_certificate /etc/letsencrypt/live/cvetdv.ru/fullchain.pem; ssl_certificate_key /etc/letsencrypt/live/cvetdv.ru/privkey.pem; ssl_trusted_certificate /etc/letsencrypt/live/cvetdv.ru/fullchain.pem; access_log /var/log/nginx/cvetdv_access.log main; error_log /var/log/nginx/cvetdv_error.log warn; #charset utf-8; server_name_in_redirect off; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header Host $host:443; proxy_set_header HTTPS YES; proxy_set_header X-Forwarded-Proto https; set $proxyserver "http://127.0.0.1:8887"; set $imcontenttype "text/html; charset=utf-8"; set $docroot "/home/bitrix/ext_www/cvetdv.ru"; index index.php; root "/home/bitrix/ext_www/cvetdv.ru"; proxy_ignore_client_abort off; # custom options for sites; doesn't changes on update include bx/site_settings/cvetdv.ru/*.conf; # Include parameters common to all websites include bx/conf/bitrix.conf; # Include munin and nagios web include bx/server_monitor.conf; }