Add Apache 2.4 syntax for static.o.o
Change-Id: I0d5375ca3e64f846b4625175a6a73a66605015cd
This commit is contained in:
parent
01933b3a61
commit
5fe2d96c97
@ -26,18 +26,16 @@
|
||||
<Directory <%= dirname %>>
|
||||
Options Indexes FollowSymLinks MultiViews
|
||||
AllowOverride None
|
||||
Order allow,deny
|
||||
allow from all
|
||||
Satisfy Any
|
||||
Require all granted
|
||||
</Directory>
|
||||
<% end -%>
|
||||
<% else -%>
|
||||
<Directory <%= @docroot %>>
|
||||
Options Indexes FollowSymLinks MultiViews
|
||||
AllowOverride None
|
||||
Order allow,deny
|
||||
allow from all
|
||||
Satisfy Any
|
||||
Require all granted
|
||||
</Directory>
|
||||
<% end -%>
|
||||
LogLevel warn
|
||||
@ -65,9 +63,8 @@
|
||||
<Directory <%= @docroot %>>
|
||||
Options Indexes FollowSymLinks MultiViews
|
||||
AllowOverride None
|
||||
Order allow,deny
|
||||
allow from all
|
||||
Satisfy Any
|
||||
Require all granted
|
||||
</Directory>
|
||||
LogLevel warn
|
||||
ErrorLog /var/log/apache2/<%= @vhost_name %>_error.log
|
||||
|
@ -36,9 +36,8 @@
|
||||
<Directory <%= @docroot %>>
|
||||
Options Indexes FollowSymLinks MultiViews
|
||||
AllowOverride None
|
||||
Order allow,deny
|
||||
allow from all
|
||||
Satisfy Any
|
||||
Require all granted
|
||||
</Directory>
|
||||
LogLevel warn
|
||||
ErrorLog /var/log/apache2/<%= @vhost_name %>_error.log
|
||||
|
Loading…
x
Reference in New Issue
Block a user