⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.247
Server IP:
45.79.8.107
Server:
Linux localhost 5.15.0-140-generic #150-Ubuntu SMP Sat Apr 12 06:00:09 UTC 2025 x86_64
Server Software:
nginx/1.18.0
PHP Version:
8.1.2-1ubuntu2.21
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
proc
/
self
/
root
/
etc
/
nginx
/
sites-enabled
/
View File Name :
www.tourismtrainingbd.com
server { server_name tourismtrainingbd.com www.tourismtrainingbd.com; root /var/www/tourismtrainingbd.urvam.com/public; index index.html index.htm index.php; location / { # try_files $uri $uri/ =404; try_files $uri $uri/ /index.php?$args; } location ~ \.php$ { include snippets/fastcgi-php.conf; fastcgi_pass unix:/var/run/php/php8.1-fpm.sock; } location ~ /\.ht { deny all; } # listen 443 ssl; # managed by Certbot # ssl_certificate /etc/letsencrypt/live/teckymonks.com/fullchain.pem; # managed by Certbot # ssl_certificate_key /etc/letsencrypt/live/teckymonks.com/privkey.pem; # managed by Certbot # include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot # ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot listen 443 ssl; # managed by Certbot ssl_certificate /etc/letsencrypt/live/tourismtrainingbd.com/fullchain.pem; # managed by Certbot ssl_certificate_key /etc/letsencrypt/live/tourismtrainingbd.com/privkey.pem; # managed by Certbot include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot } server { if ($host = www.tourismtrainingbd.com) { return 301 https://$host$request_uri; } # managed by Certbot listen 80; server_name tourismtrainingbd.com, www.tourismtrainingbd.com; return 404; # managed by Certbot } server { if ($host = tourismtrainingbd.com) { return 301 https://$host$request_uri; } # managed by Certbot server_name tourismtrainingbd.com www.tourismtrainingbd.com; listen 80; return 404; # managed by Certbot }