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:
Sunil Mohan Adapa 2014-11-14 17:23:57 +05:30
parent 1e317cfb37
commit 5d79ad6dc5

View File

@ -42,6 +42,5 @@
Allow from fe80::/10 # IPv6 link local addresses
Allow from fc00::/7 # IPv6 private addresses
</Location>
ProxyPass /plinth/static !
</VirtualHost>