-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
The install script worked well, but as I had to write my own apache2 conf file I thought I would share it.
apache2-graphs1090.conf
`Alias /graphs1090/graphs /run/graphs1090
Alias /graphs1090 /usr/share/graphs1090/html/
<Directory /usr/share/graphs1090/html/>
Options +FollowSymLinks
AllowOverride All
Require all granted
DirectoryIndex index.html
<Directory /run/graphs1090/>
AllowOverride All
Require all granted
DirectoryIndex disabled
`
I installed this in '/etc/apache2/conf-available' ; restarted apache with 'sudo systemctl reload apache2.service' and am enjoying my graphs.
Metadata
Metadata
Assignees
Labels
No labels