사용자 도구

사이트 도구


nginx:location

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
다음 판 양쪽 다음 판
nginx:location [2013/07/25 14:19]
kwon37xi
nginx:location [2014/01/22 16:40]
kwon37xi
줄 45: 줄 45:
 location ~ /somefile.html { location ~ /somefile.html {
   root /var/www/html;   root /var/www/html;
 +}
 +</code>
 +
 +===== Directory Listing 디렉토리 목록 =====
 +[[http://nginxlibrary.com/enable-directory-listing/|Enable directory listing]]
 +
 +<code>
 +location /somedir {
 +    autoindex on;
 } }
 </code> </code>
  
nginx/location.txt · 마지막으로 수정됨: 2019/06/26 21:24 저자 kwon37xi