## 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
제목 | 날짜 | ||
---|---|---|---|
551 | [텔넷] tbz2/tar.bz2 압축, 압축 해제 | 2093 | 2017/05/30 |
550 | [Nginx] [Nginx+Rewriterule] apache / nginx 에서 .php 생략하기 | 330 | 2017/05/30 |
549 | [리눅스서버] [CentOS] 가비아 서버 사용법 | 0 | 2017/05/06 |
548 | [리눅스서버] Got a packet bigger than 'max_allowed_packet' bytes 문제 | 237 | 2017/05/05 |
547 | [리눅스서버] nginx upstream 성능 최적화 | 120 | 2017/04/24 |
546 | [사이트관리] 사이트 실시간 접속자 체크 스크립트 | 360 | 2017/04/19 |
545 | [리눅스서버] 리눅스 소켓 접속 수 제한 풀기 | 837 | 2017/04/18 |
544 | [리눅스서버] upstream 500 에러 / 오류 잡기 / socket 제한 | 251 | 2017/04/18 |
543 | [윈도우서버] 윈도우 서버 2016 | 135 | 2017/04/17 |
542 | [윈도우서버] vultr 에 윈도우 서버 iso 사용하기 | 714 | 2017/04/17 |
541 | [리눅스서버] 웹서버 nginX 이미지 등의 외부링크 막기 | 269 | 2017/04/16 |
540 | [리눅스서버] [vultr] 트래픽 초과 요금 산정 기준 | 589 | 2017/04/16 |