mirror of
https://github.com/weewx/weewx.git
synced 2026-06-22 15:59:05 -04:00
11 lines
225 B
Plaintext
11 lines
225 B
Plaintext
Alias /weewx /home/weewx/public_html
|
|
<Directory /home/weewx/public_html>
|
|
Options FollowSymlinks
|
|
AllowOverride None
|
|
# for apache 2.2
|
|
Order allow,deny
|
|
Allow from all
|
|
# for apache 2.4
|
|
# Require all granted
|
|
</Directory>
|