⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.19
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
etc
/
nginx_OLD
/
conf.d
/
View File Name :
172.16.16.31.conf
server { listen 172.16.16.31:80; server_name 172.16.16.31; root /usr/local/apache/htdocs/; index index.php index.html index.htm; access_log /usr/local/apache/domlogs/172.16.16.31.bytes bytes; access_log /usr/local/apache/domlogs/172.16.16.31.log combined; error_log /usr/local/apache/domlogs/172.16.16.31.error.log error; location / { location ~.*\.(3gp|gif|jpg|jpeg|png|ico|wmv|avi|asf|asx|mpg|mpeg|mp4|pls|mp3|mid|wav|swf|flv|html|htm|txt|js|css|exe|zip|tar|rar|gz|tgz|bz2|uha|7z|doc|docx|xls|xlsx|pdf|iso|woff|ttf|svg|eot|sh)$ { expires max; } location ~ [^/]\.php(/|$) { fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; if (!-f $document_root$fastcgi_script_name) { return 404; } fastcgi_pass unix:/opt/alt/php-fpm/usr/var/sockets/nobody.sock; fastcgi_index index.php; include /etc/nginx/fastcgi_params; } } location ~* "/\.(htaccess|htpasswd)$" {deny all;return 404;} disable_symlinks if_not_owner from=/usr/local/apache/htdocs/; location /.well-known/acme-challenge { default_type "text/plain"; alias /usr/local/apache/autossl_tmp/.well-known/acme-challenge; } location /pma { proxy_pass https://127.0.0.1:2031; include proxy.inc; } location /roundcube { proxy_pass https://127.0.0.1:2031; include proxy.inc; } }