mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-27 10:44:33 +00:00
Update Apache config for new static directory location.
It's now /plinth/static, not /static.
This commit is contained in:
parent
2af1617f51
commit
b9b4e0a2ec
@ -24,8 +24,8 @@
|
||||
## Shared options.
|
||||
ProxyPreserveHost on
|
||||
DocumentRoot /usr/share/plinth
|
||||
ProxyPass /static !
|
||||
<Location /static>
|
||||
ProxyPass /plinth/static !
|
||||
<Location /plinth/static>
|
||||
Order Deny,Allow
|
||||
Deny from All
|
||||
Allow from 10.0.0.0/8
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user