Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zoneminder jail.conf and zoneminder.conf update #3521

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Next Next commit
Update jail.conf
Updated due to changes in upstream package
  • Loading branch information
clipo1979 committed Jun 7, 2023
commit 19b621a57f204491dc656545d53be5a9d5fb4c61
16 changes: 13 additions & 3 deletions config/jail.conf
Original file line number Diff line number Diff line change
Expand Up @@ -963,11 +963,21 @@ logpath = %(syslog_authpriv)s
backend = %(syslog_backend)s


#[zoneminder]
## Commented out as outdated version
## Zoneminder <1.35 HTTP/HTTPS web interface auth
## Logs auth failures to apache2 error log
#enabled = false
#port = http,https
#logpath = %(apache_error_log)s

[zoneminder]
# Zoneminder HTTP/HTTPS web interface auth
# Logs auth failures to apache2 error log
# Zoneminder >1.35 HTTP/HTTPS web interface auth
# Logs auth failures to Zoneminder web_php.log and apache error log
enabled = false
clipo1979 marked this conversation as resolved.
Show resolved Hide resolved
port = http,https
logpath = %(apache_error_log)s
logpath = /var/log/zm/web_php.log
clipo1979 marked this conversation as resolved.
Show resolved Hide resolved


[traefik-auth]
# to use 'traefik-auth' filter you have to configure your Traefik instance,
Expand Down