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.server.manifest.tpl
server { listen <<PORT>>; server_name <<HOSTNAME>> *.<<HOSTNAME>>; root "<<PROJECT_DIR>>"; index index.html index.htm index.php; location / { try_files $uri $uri/ /index.php$is_args$args; autoindex on; } location ~ \.php$ { include snippets/fastcgi-php.conf; fastcgi_pass php_upstream; #fastcgi_pass unix:/run/php/php7.0-fpm.sock; } 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; } } # This file is auto-generated. # If you want Laragon to respect your changes, just remove the [auto.] prefix # If you want to use SSL, enable it at: Menu > Nginx > SSL > Enabled
Simpan