mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
Remove the /plinth/static location.
Otherwise, Apache 500s on the static files.
This commit is contained in:
parent
33c2cec0ae
commit
a0a9e96a29
@ -51,13 +51,5 @@
|
|||||||
Allow from 192.168.0.0/16
|
Allow from 192.168.0.0/16
|
||||||
</Location>
|
</Location>
|
||||||
ProxyPass /plinth/static !
|
ProxyPass /plinth/static !
|
||||||
<Location /plinth/static>
|
|
||||||
Order Deny,Allow
|
|
||||||
Deny from All
|
|
||||||
Allow from 10.0.0.0/8
|
|
||||||
Allow from 172.16.0.0/12
|
|
||||||
Allow from 192.168.0.0/16
|
|
||||||
Require all granted
|
|
||||||
</Location>
|
|
||||||
|
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user