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/1741164039.1616256/ |
Upload File : |
# Ansible managed # manager site server { listen 8070 default_server ssl; server_name _; keepalive_timeout 70; keepalive_requests 150; ssl_certificate /etc/nginx/ssl/pool_manager.pem; ssl_certificate_key /etc/nginx/ssl/pool_manager.pem; ssl_session_cache shared:SSL:10m; ssl_session_timeout 10m; access_log /opt/webdir/logs/update_pool.log main; error_log /dev/null; root /var/www/manager; satisfy all; location / { auth_basic "pool manager"; auth_basic_user_file /etc/nginx/bx/pool_passwords; error_page 404 = @200ok; } location @200ok { return 200; } }