Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
local /
bin /
dhwp /
docker /
[ HOME SHELL ]
Name
Size
Permission
Action
nginx.conf
1.36
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : nginx.conf
log_format custom '$http_x_forwarded_for - $remote_user [$time_local] "$host" "$request" ' '$status $body_bytes_sent "$http_referer" ' '"$http_user_agent" $request_time'; server { index index.php index.html; server_name wplive.local; error_log /var/log/nginx/error.log; access_log /var/log/nginx/access.log custom; root /var/www/html/live; location ~ \.php$ { try_files $uri =404; fastcgi_split_path_info ^(.+\.php)(/.+)$; fastcgi_pass phplive:9000; fastcgi_index index.php; include fastcgi_params; fastcgi_param SCRIPT_FILENAME /var/www/html/$fastcgi_script_name; fastcgi_param PATH_INFO $fastcgi_path_info; } } server { index index.php index.html; server_name wpstage.local; error_log /var/log/nginx/error.log; access_log /var/log/nginx/access.log custom; root /var/www/html/stage; location ~ \.php$ { try_files $uri =404; fastcgi_split_path_info ^(.+\.php)(/.+)$; fastcgi_pass phpstage:9000; fastcgi_index index.php; include fastcgi_params; fastcgi_param SCRIPT_FILENAME /var/www/html/$fastcgi_script_name; fastcgi_param PATH_INFO $fastcgi_path_info; } location /wp-content/uploads { root /var/www/html; try_files /stage/$uri /stage/$uri/ /live/$uri /live/$uri/; } }
Close