## 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
제목 | 날짜 | ||
---|---|---|---|
167 | [텔넷] [MySQL] 검색 후 삭제하기 | 2887 | 2016/02/18 |
166 | [하드웨어] ASUS N550JK노트북 메모리 추가장착 | 409 | 2016/02/24 |
165 | [윈도우] 속도빠른 VPN으로 불금을 즐겨보자 | 0 | 2016/03/14 |
164 | [네트워크] 정부통합전산센터 아이피 | 462 | 2016/07/17 |
163 | [리눅스서버] [Ubuntu + Nginx + PHP7] 502 error log | 79 | 2017/03/07 |
162 | [리눅스서버] [Nginx] www redirect (리다이렉트) | 643 | 2017/03/13 |
161 | [윈도우] 키보드 단축키로 제어판 소리 설정창 열기(실행 - 제어판 소리 설정) | 4985 | 2017/03/15 |
160 | [MySQL] 테이블명 교체하기 쿼리문 | 96 | 2017/03/15 |
159 | [MySQL] MySQL 명령어 | 74 | 2017/03/15 |
158 | [MySQL] Mysql 프리픽스 수정하기 | 92 | 2017/03/15 |
157 | [리눅스서버] upstream 500 에러 | 105 | 2017/03/18 |
156 | [리눅스서버] 아파치 재시작/아파치 리로드 | 149 | 2017/03/20 |