mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
move and set permissions
This commit is contained in:
parent
5fd01f1892
commit
1c5488b57f
3 changed files with 20 additions and 2 deletions
|
@ -42,8 +42,13 @@ http {
|
|||
# Logging Settings
|
||||
##
|
||||
|
||||
access_log {{ apache_log_dir }}/access.log;
|
||||
error_log {{ apache_log_dir }}/error.log;
|
||||
log_format awstats
|
||||
'$remote_addr - $remote_user [$time_local] "$request" '
|
||||
'$status $body_bytes_sent "$http_referer" '
|
||||
'"$http_user_agent" "http_x_forwarded_for"';
|
||||
|
||||
access_log {{ nginx_log_dir }}/access.log awstats;
|
||||
error_log {{ nginx_log_dir }}/error.log;
|
||||
log_format scripts '$request > $document_root$fastcgi_script_name $fastcgi_path_info';
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue