Files
weewx/util/apache/conf.d/weewx.conf
2013-01-28 18:23:05 +00:00

8 lines
168 B
Plaintext

Alias /weewx /home/weewx/public_html
<Directory /home/weewx/public_html>
Options FollowSymlinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>