Small fix for Apache virtual server configuration instructions.

pull/4206/head
Neil 2025-01-19 17:21:31 +13:00
parent 8e5a9e462c
commit 400ecb98c2
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
zoneminder as "http://zoneminder":
sudo cp -v /usr/share/doc/zoneminder/examples/apache.conf /etc/apache2/sites-available/
sudo a2ensite zoneminder.conf
sudo cp -v /usr/share/doc/zoneminder/examples/apache.conf /etc/apache2/sites-available/zoneminder.conf
sudo a2ensite zoneminder
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
zoneminder as "http://zoneminder":
sudo cp -v /usr/share/doc/zoneminder/examples/apache.conf /etc/apache2/sites-available/
sudo a2ensite zoneminder.conf
sudo cp -v /usr/share/doc/zoneminder/examples/apache.conf /etc/apache2/sites-available/zoneminder.conf
sudo a2ensite zoneminder
Common configuration steps for Apache2: