## 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
제목 | 날짜 | ||
---|---|---|---|
587 | [텔넷] 터미널에서 ssh 접속하기 | 275 | 2017/12/12 |
586 | [GitHub] develop 을 git pull 하기 | 0 | 2017/12/05 |
585 | [사이트관리] SEO 작업 | 328 | 2017/12/04 |
584 | [웹 제작] 모바일에서 쇼핑몰이나 홈페이지 들어가면 자동적으로 바탕화면에 즐찾 생성 되는 방법 | 0 | 2017/12/02 |
583 | [Nginx] 리노드 서버 다운그레이드 | 0 | 2017/11/08 |
582 | [Nginx] certbot 수동 발급 | 0 | 2017/11/02 |
581 | [Nginx] SSL Lets Encrypt certbot | 490 | 2017/11/01 |
580 | [리눅스서버] 계정등록(adduser) 기능 및 옵션, 계정 변경(usermod) | 325 | 2017/10/28 |
579 | [Nginx] : /bin/bash^M: bad interpreter: No such file or directory | 63 | 2017/10/28 |
578 | [MySQL] MySQL/MariaDB 비밀번호 변경 | 611 | 2017/10/26 |
577 | [Nginx] Nginx 모니터링 툴 | 400 | 2017/10/23 |
576 | [Nginx] Nginx Access Log 포맷 설정 | 80 | 2017/10/23 |