add remote admin for admin location
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2019-02-18 22:23:33 +01:00
parent 564c20c754
commit a0bdebd347
1 changed files with 3 additions and 0 deletions

View File

@ -39,6 +39,9 @@ WebInterface Yes
# Restrict access to the admin pages...
<Location /admin>
{% if cups_remote_admin_enabled %}
Allow all
{% endif %}
AuthType Default
Require user @SYSTEM
Order allow,deny