(remote) root@snowbell:/root
Port: 33060, PID: 999
—> Command: /usr/sbin/mysqld
Port: 3306, PID: 999
—> Command: /usr/sbin/mysqld
Port: 80, PID: 945
—> Command: nginx: master process /usr/sbin/nginx -g daemon on; master_process on;
^C
(remote) root@snowbell:/root
root /var/www/html/main;
server_name snowbell.htb;
if ($host != $server_name) {
return 301 $scheme://$server_name$request_uri;
root /usr/share/nginx/www;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
root /var/www/html/legacy;
server_name legacy.snowbell.htb;
root /usr/share/nginx/www;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
root /var/www/html/management;
server_name management.snowbell.htb;
root /usr/share/nginx/www;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;