⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.113
Server IP:
41.128.143.86
Server:
Linux host.raqmix.cloud 6.8.0-1025-azure #30~22.04.1-Ubuntu SMP Wed Mar 12 15:28:20 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.3.23
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
etc
/
sw-cp-server
/
conf.d
/
View File Name :
ssh_terminal_plesk.inc
location /modules/ssh-terminal/ws { proxy_http_version 1.1; proxy_set_header Upgrade "websocket"; proxy_set_header Connection "Upgrade"; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_redirect off; proxy_pass http://unix:/run/plesk-ssh-terminal/backend.sock:/ws; } location /modules/ssh-terminal/repair { alias /usr/local/psa/admin/htdocs/modules/ssh-terminal; index repair/index.html; try_files $uri $uri/ @fallback; auth_request /repair/backend/auth; } location @fallback { rewrite ^/modules/ssh-terminal/repair/(.*)$ /repair/$1 break; proxy_pass http://unix:/run/plesk-ssh-terminal/backend.sock; }