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.
|
## Shared options.
|
||||||
ProxyPreserveHost on
|
ProxyPreserveHost on
|
||||||
DocumentRoot /usr/share/plinth
|
DocumentRoot /usr/share/plinth
|
||||||
ProxyPass /static !
|
ProxyPass /plinth/static !
|
||||||
<Location /static>
|
<Location /plinth/static>
|
||||||
Order Deny,Allow
|
Order Deny,Allow
|
||||||
Deny from All
|
Deny from All
|
||||||
Allow from 10.0.0.0/8
|
Allow from 10.0.0.0/8
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user