mirror of
https://github.com/myvesta/vesta
synced 2025-07-30 19:40:56 -07:00
fixed error log path
This commit is contained in:
parent
495d3f7a18
commit
2221da9185
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ mkdir $V_HOME/$user/domains/$domain \
|
|||
# Adding domain logs
|
||||
touch /var/log/httpd/domains/$domain.bytes \
|
||||
/var/log/httpd/domains/$domain.log \
|
||||
/var/log/httpd/domains/$domain.error_log
|
||||
/var/log/httpd/domains/$domain.error.log
|
||||
|
||||
# Adding symlink for logs
|
||||
ln -s /var/log/httpd/domains/$domain.*log $V_HOME/$user/domains/$domain/logs/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue