ソースを参照

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