## Root and index files.
root D:/프로젝트폴더;
index index.php index.html index.htm;
출처: https://gocoder.tistory.com/48 [고코더 IT Express]
## Regular PHP processing.
location ~ \.(php|html|htm)$ {
try_files $uri =404;
fastcgi_pass php_processes;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
include fastcgi_params;
}
출처: https://gocoder.tistory.com/48 [고코더 IT Express]
Wnmp Control Pannel -> File -> Wnmp Options -> PHP 탭 이동,
php_fileinfo.dll, php_gd2.dll 체크 후 재시작.
초기 데이터베이스 패스워드는 'password'입니다.
DB ID : root
DB PW : password