⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.1
Server IP:
185.238.29.86
Server:
Linux server2 6.8.12-6-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.12-6 (2024-12-19T19:05Z) x86_64
Server Software:
nginx/1.18.0
PHP Version:
8.1.31
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
etc
/
nginx
/
sites-enabled
/
Edit File: openfire.com.tr
server { server_name openfire.com.tr www.openfire.com.tr; root /var/www/openfire/public; index index.php index.html; location / { try_files $uri $uri/ /index.php?q=$uri&$args; } location ~ \.php$ { include snippets/fastcgi-php.conf; fastcgi_pass unix:/var/run/php/store-fpm.sock; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; include fastcgi_params; } location ~ /\.ht { deny all; } } server { server_name webmail.openfire.com.tr; root /var/www/webmail; index index.php index.html; location ~ ^/(README.md|INSTALL|LICENSE|CHANGELOG|UPGRADING)$ { deny all; } location ~ ^/(config|temp|logs)/ { deny all; } location ~ /\. { deny all; } location ~ \.php$ { include snippets/fastcgi-php.conf; fastcgi_pass unix:/var/run/php/store-fpm.sock; } } server { if ($host = www.openfire.com.tr) { return 301 https://$host$request_uri; } # managed by Certbot if ($host = openfire.com.tr) { return 301 https://$host$request_uri; } # managed by Certbot server_name openfire.com.tr www.openfire.com.tr; listen 80; return 404; # managed by Certbot }
Simpan