⚝
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 :
hostname.conf
server { listen 172.16.16.31:80; server_name cpanel.dev-unit.com ; root /usr/local/apache/htdocs/; index index.php index.html index.htm; access_log /usr/local/apache/domlogs/cpanel.dev-unit.com.bytes bytes; access_log /usr/local/apache/domlogs/cpanel.dev-unit.com.log combined; error_log /usr/local/apache/domlogs/cpanel.dev-unit.com.error.log error; location / { location ~.*\.(jpeg|jpg|png|gif|bmp|ico|svg|css|js)$ { 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 /.well-known/pki-validation { default_type "text/plain"; alias /usr/local/apache/autossl_tmp/.well-known/acme-challenge; } } server { listen 172.16.16.31:80; server_name webmail.cpanel.dev-unit.com; access_log /usr/local/apache/domlogs/cpanel.dev-unit.com.bytes bytes; access_log /usr/local/apache/domlogs/cpanel.dev-unit.com.log combined; error_log /usr/local/apache/domlogs/cpanel.dev-unit.com.error.log error; location / { proxy_pass http://127.0.0.1:2095; include proxy.inc; } location ~ /\.ht {deny all;} location ~ /\.svn/ {deny all;} location ~ /\.git/ {deny all;} location ~ /\.hg/ {deny all;} location ~ /\.bzr/ {deny all;} 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 /.well-known/pki-validation { default_type "text/plain"; alias /usr/local/apache/autossl_tmp/.well-known/acme-challenge; } } server { listen 172.16.16.31:80; server_name mail.cpanel.dev-unit.com; access_log /usr/local/apache/domlogs/cpanel.dev-unit.com.bytes bytes; access_log /usr/local/apache/domlogs/cpanel.dev-unit.com.log combined; error_log /usr/local/apache/domlogs/cpanel.dev-unit.com.error.log error; location / { proxy_pass http://127.0.0.1:2095; include proxy.inc; } location ~ /\.ht {deny all;} location ~ /\.svn/ {deny all;} location ~ /\.git/ {deny all;} location ~ /\.hg/ {deny all;} location ~ /\.bzr/ {deny all;} 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 /.well-known/pki-validation { default_type "text/plain"; alias /usr/local/apache/autossl_tmp/.well-known/acme-challenge; } } server { listen 172.16.16.31:80; server_name cpanel.cpanel.dev-unit.com; access_log /usr/local/apache/domlogs/cpanel.dev-unit.com.bytes bytes; access_log /usr/local/apache/domlogs/cpanel.dev-unit.com.log combined; error_log /usr/local/apache/domlogs/cpanel.dev-unit.com.error.log error; location / { proxy_pass https://127.0.0.1:2083; include proxy.inc; } 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; } location ~ /\.ht {deny all;} location ~ /\.svn/ {deny all;} location ~ /\.git/ {deny all;} location ~ /\.hg/ {deny all;} location ~ /\.bzr/ {deny all;} 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 /.well-known/pki-validation { default_type "text/plain"; alias /usr/local/apache/autossl_tmp/.well-known/acme-challenge; } }