mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-06-03 10:50:20 +00:00
Don't service static files directly from Apache
We are allowing modules to bring their own static content. If we need to configure Apache to serve static URLs directly, Apache will have know all the static URLs generated by all the modules. If these details are provided, it will likely effect our modularity. The current static URL given in Apache configuration is anyway incorrect.
This commit is contained in:
parent
1e317cfb37
commit
5d79ad6dc5
@ -42,6 +42,5 @@
|
||||
Allow from fe80::/10 # IPv6 link local addresses
|
||||
Allow from fc00::/7 # IPv6 private addresses
|
||||
</Location>
|
||||
ProxyPass /plinth/static !
|
||||
|
||||
</VirtualHost>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user