Merge pull request #4206 from un-clouded/master

Small fix for Apache virtual server configuration instructions.
master
Isaac Connor 2025-01-19 14:30:09 -05:00 committed by GitHub
commit 501d6a6d01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -64,8 +64,8 @@ Apache can be configured as folder "/zm" using sample .conf:
Alternatively Apache web site configuration template can be used to setup Alternatively Apache web site configuration template can be used to setup
zoneminder as "http://zoneminder": zoneminder as "http://zoneminder":
sudo cp -v /usr/share/doc/zoneminder/examples/apache.conf /etc/apache2/sites-available/ sudo cp -v /usr/share/doc/zoneminder/examples/apache.conf /etc/apache2/sites-available/zoneminder.conf
sudo a2ensite zoneminder.conf sudo a2ensite zoneminder
Common configuration steps for Apache2: Common configuration steps for Apache2:

View File

@ -64,8 +64,8 @@ Apache can be configured as folder "/zm" using sample .conf:
Alternatively Apache web site configuration template can be used to setup Alternatively Apache web site configuration template can be used to setup
zoneminder as "http://zoneminder": zoneminder as "http://zoneminder":
sudo cp -v /usr/share/doc/zoneminder/examples/apache.conf /etc/apache2/sites-available/ sudo cp -v /usr/share/doc/zoneminder/examples/apache.conf /etc/apache2/sites-available/zoneminder.conf
sudo a2ensite zoneminder.conf sudo a2ensite zoneminder
Common configuration steps for Apache2: Common configuration steps for Apache2: