From 347a81dc6625ff4ab6c33ff81b3d8743a80f6f19 Mon Sep 17 00:00:00 2001 From: pvincent Date: Tue, 31 Aug 2021 21:34:26 +0400 Subject: [PATCH] Update 'README.md' --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index ebfd5ac..9f712da 100755 --- a/README.md +++ b/README.md @@ -34,21 +34,20 @@ cd /var/www git clone https://git.artcode.re/cagetters/cagettepei.git cd cagettepei make install ENV=dev + vim /etc/apache2/sites-available/cagettepei.conf ``` + ``` - ServerName cagettepei - DirectoryIndex index.n - DocumentRoot /var/www/cagettepei/www/ - - CustomLog ${APACHE_LOG_DIR}/cagettepei/access.log combined - ErrorLog ${APACHE_LOG_DIR}/cagettepei/debug.log - ErrorLogFormat "[%{uc}t] %M" +DocumentRoot /var/www/cagettepei/www +DirectoryIndex index.n +CustomLog ${APACHE_LOG_DIR}/cagettepei/access.log combined ``` + ```bash sed -i '//,/<\/Directory>/ s/AllowOverride None/AllowOverride All/' /etc/apache2/apache2.conf a2dissite 000-default.conf