소스 검색

examples: do not expose /artifacts dir through apache

Shiv Tyagi 10 달 전
부모
커밋
a1cf37e4ee
1개의 변경된 파일0개의 추가작업 그리고 7개의 파일을 삭제
  1. 0 7
      examples/CustomBuild.conf

+ 0 - 7
examples/CustomBuild.conf

@@ -11,13 +11,6 @@
        Require all granted
        </Directory>
 
-       Alias /builds /home/custom/base/builds
-       <Directory /home/custom/base/>
-       Options FollowSymLinks Indexes
-       AllowOverride None
-       Require all granted
-       </Directory>
-
        ErrorLog ${APACHE_LOG_DIR}/error.log
        LogLevel warn
        CustomLog ${APACHE_LOG_DIR}/access.log combined