add remote admin for admin location
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
564c20c754
commit
a0bdebd347
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user