Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- Stock ipo
- 오라클
- SQL
- 공모주
- 공모주 청약 일정
- linux
- 맥
- php
- 6월 공모주 청약 일정
- IPO
- 자바
- 자바스크립트
- 주식 청약
- 7월 공모주 청약 일정
- MYSQL
- 주식 청약 일정
- codeigniter
- css
- java
- 주식
- JavaScript
- 제이쿼리
- jquery
- Stock
- Oracle
- 리눅스
- html
- 코드이그나이터
- Eclipse
- 공모주 청약
Archives
- Today
- Total
개발자의 끄적끄적
[php] nginx index.php 제거 방법 본문
728x90
반응형
[php] nginx index.php 제거 방법
nginx index.php 제거 방법 링크 입니다.
공식사이트에 나온 방법을 참고하여 작업하면 됩니다.
참고들하세요!
링크 : www.nginx.com/resources/wiki/start/topics/recipes/codeigniter/
Codeigniter | NGINX
Codeigniter A powerful PHP framework with a very small footprint. Recipe server { server_name domain.tld; root /var/www/codeignitor; index index.html index.php; # set expiration of assets to MAX for caching location ~* \.(ico|css|js|gif|jpe?g|png)(\?[0-9]+
www.nginx.com
반응형
'개발 > php' 카테고리의 다른 글
[php] CentOS7 + nginx + PHP7 + codeIgniter 세팅기[펌] (0) | 2020.09.19 |
---|---|
[php] nginx / codeigniter index.php 죽이기 설정 참고 URL (0) | 2020.09.18 |
[php/nginx] nginx codeigniter 설정 (0) | 2020.09.11 |
[php] 두 좌표간 거리 계산 함수 (0) | 2020.09.10 |
[php] 추천인 코드 생성 함수 (0) | 2020.09.08 |
Comments