Please assign a menu to the primary menu location under menu

Linux

Nginx – autoindex css

Nginx 에서 autoindex 옵션이 on으로 설정되어 있는 경우 index 페이지가 없으면 아래 그림처럼 보여줍니다. 아파치에서는 autoindex 로 설정이 가능하지만 Nginx

Lighttpd 설치

1. 필요한 라이브러리 설치 (pcre, zlib) pcre http://www.pcre.org/ zlib  http://www.zlib.net/ – pcre 설치 # cd /usr/local/src # wget ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-7.9.tar.gz # tar xzvf

Nginx 설치

1. Nginx 설치 아래 사이트에 방문하셔서 안정 버전 또는 개발자 버전을 다운로드 합니다. (configure 시 의존성 걸리는 라이브러리는 알아서..) http://nginx.org/en/download.html

Nginx Reverse Proxy

Nginx 에서 리버스 프록시를 사용하기 위해서는 3rd party 인 Upstream 모듈이 있어야 합니다. 기본적인 설정은 위키에 더 자세하게 나와 있지만

1 3 4 5 13