Files
weewx/util/apache/conf.d/weewx.conf
2020-03-13 16:20:54 -07:00

7 lines
154 B
Plaintext

Alias /weewx /home/weewx/public_html
<Directory /home/weewx/public_html>
Options FollowSymlinks
AllowOverride None
Require all granted
</Directory>