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 : |
#proxy_intercept_errors on; # Set error handlers error_page 403 /403.html; error_page 404 = @fallback; error_page 500 /500.html; error_page 502 /502.html; error_page 503 /503.html; error_page 504 /504.html; # Custom pages for BitrixEnv errors location ^~ /500.html { root /var/www/bitrixenv_error; } location ^~ /502.html { root /var/www/bitrixenv_error; } location ^~ /503.html { root /var/www/bitrixenv_error; } location ^~ /504.html { root /var/www/bitrixenv_error; } location ^~ /403.html { root /var/www/bitrixenv_error; } location ^~ /404.html { root /var/www/bitrixenv_error; } location @fallback { proxy_pass $proxyserver; }