diff --git a/share/apache2/plinth.conf b/share/apache2/plinth.conf index 512e2df9d..3347c3fa0 100644 --- a/share/apache2/plinth.conf +++ b/share/apache2/plinth.conf @@ -24,15 +24,6 @@ ## Shared options. ProxyPreserveHost on DocumentRoot /usr/share/plinth - ProxyPass /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 - ## Use this rule to hang plinth off of plinth.(servername) # ServerName plinth @@ -59,5 +50,14 @@ Allow from 172.16.0.0/12 Allow from 192.168.0.0/16 + ProxyPass /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 +