mirror of
https://github.com/weewx/weewx.git
synced 2026-04-18 16:46:56 -04:00
8 lines
168 B
Plaintext
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>
|