mirror of
https://github.com/weewx/weewx.git
synced 2026-05-19 15:25:32 -04:00
remove duplicate apache configs. no need to track the various os directory variants for apache. added 2.4 syntax, but continue with 2.2 since compat handles it.
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
Alias /weewx /home/weewx/public_html
|
||||
<Directory /home/weewx/public_html>
|
||||
Options FollowSymlinks
|
||||
AllowOverride None
|
||||
Require all granted
|
||||
</Directory>
|
||||
@@ -2,6 +2,9 @@ Alias /weewx /home/weewx/public_html
|
||||
<Directory /home/weewx/public_html>
|
||||
Options FollowSymlinks
|
||||
AllowOverride None
|
||||
# This is apache 2.2 syntax
|
||||
Order allow,deny
|
||||
Allow from all
|
||||
# This is apache 2.4 syntax
|
||||
# Require all granted
|
||||
</Directory>
|
||||
Reference in New Issue
Block a user