Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apache config changes #7957

Merged
merged 1 commit into from Dec 26, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
23 changes: 2 additions & 21 deletions configurations/apache/conf.d/apps.conf.template
Expand Up @@ -10,20 +10,9 @@ Alias /hosted_pages "@BASE_DIR@/apps/hosted_pages/web"
</IfVersion>
</Directory>

Alias /html5 "@WEB_DIR@/html5"
<Directory "@WEB_DIR@/html5">
ExpiresActive On
DirectoryIndex index.php
Options -Indexes +FollowSymLinks +Includes
AllowOverride None
Order allow,deny
Allow from all
<IfVersion >= 2.4>
Require all granted
</IfVersion>
</Directory>

Alias /apps "@BASE_DIR@/apps"
Alias /kea "@BASE_DIR@/apps/kea"
Alias /html5 "@BASE_DIR@/apps/html5"
<Directory "@BASE_DIR@/apps">
DirectoryIndex index.php
Options -Indexes +FollowSymLinks +Includes
Expand All @@ -35,11 +24,3 @@ Alias /apps "@BASE_DIR@/apps"
</IfVersion>
</Directory>

Alias /apps/kea "@BASE_DIR@/apps/kea"
<Directory "@BASE_DIR@/apps/kea">
DirectoryIndex index.php
Options -Indexes +FollowSymLinks +Includes
Order allow,deny
Allow from all
AllowOverride all
</Directory>