Fix elastic-recheck vhost settings.
Make the elastic-recheck Directory directives similar to the rest of the status Directories. This means using Allow from all rather than Require all granted to avoid mod_authz complaining about unset Authtypes. Change-Id: Id46983756a3bbd9a80f6e7e763bb373d298db07a
This commit is contained in:
parent
7245da97e0
commit
ac3c3d7412
@ -42,16 +42,16 @@ NameVirtualHost <%= vhost_name %>:<%= port %>
|
||||
# per your local configuration
|
||||
Alias /elastic-recheck /usr/local/share/elastic-recheck
|
||||
<Directory /usr/local/share/elastic-recheck>
|
||||
Options FollowSymlinks
|
||||
AllowOverride None
|
||||
Require all granted
|
||||
Order allow,deny
|
||||
allow from all
|
||||
</Directory>
|
||||
|
||||
Alias /elastic-recheck/data /var/lib/elastic-recheck
|
||||
<Directory /var/lib/elastic-recheck>
|
||||
Options FollowSymlinks
|
||||
AllowOverride None
|
||||
Require all granted
|
||||
Order allow,deny
|
||||
allow from all
|
||||
</Directory>
|
||||
|
||||
ErrorLog /var/log/apache2/<%= name %>_error.log
|
||||
|
Loading…
x
Reference in New Issue
Block a user