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/1746626842.3944514/ |
Upload File : |
# Ansible managed # Additional website http server { listen 80 ; server_name cvetdv.ru *.cvetdv.ru; 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:80; 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; # Redirect to ssl if need if (-f /home/bitrix/ext_www/cvetdv.ru/.htsecure) { rewrite ^(.*)$ https://$host$1 permanent; } # 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; }