One Hat Cyber Team
Your IP :
172.16.0.254
Server IP :
58.26.163.33
Server :
Windows NT DGPENSV2LPKMN 10.0 build 14393 (Windows Server 2016) AMD64
Server Software :
Apache/2.4.46 (Win64) OpenSSL/1.1.1h PHP/7.3.25
PHP Version :
7.3.25
Buat File
|
Buat Folder
Eksekusi
Dir :
C:
/
laragon
/
bin
/
laragon
/
tpl
/
Edit File:
nginx.sites-enabled.00-default.SSL.manifest.tpl
server { listen <<PORT>> default_server; listen <<SSL_PORT>> ssl default_server; server_name localhost ; root "<<DOC_ROOT>>"; index index.html index.htm index.php; # Access Restrictions allow 127.0.0.1; deny all; include "<<LARAGON_ROOT>>/etc/nginx/alias/*.conf"; location / { try_files $uri $uri/ =404; autoindex on; } location ~ \.php$ { include snippets/fastcgi-php.conf; fastcgi_pass php_upstream; #fastcgi_pass unix:/run/php/php7.0-fpm.sock; } # Enable SSL ssl_certificate "<<LARAGON_ROOT>>/etc/ssl/laragon.crt"; ssl_certificate_key "<<LARAGON_ROOT>>/etc/ssl/laragon.key"; ssl_session_timeout 5m; ssl_protocols TLSv1 TLSv1.1 TLSv1.2; ssl_ciphers ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv3:+EXP; ssl_prefer_server_ciphers on; charset utf-8; location = /favicon.ico { access_log off; log_not_found off; } location = /robots.txt { access_log off; log_not_found off; } location ~ /\.ht { deny all; } }
Simpan