mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
Have logfiles in standard folder
This commit is contained in:
parent
d2341c9220
commit
f604568bea
2 changed files with 3 additions and 3 deletions
|
@ -83,8 +83,8 @@ server {
|
|||
rewrite ^/(.*)$ https://dpaste.de/$1 permanent;
|
||||
}
|
||||
|
||||
access_log /srv/dpaste.de/var/nginx.access.log combined_port;
|
||||
error_log /srv/dpaste.de/var/nginx.error.log;
|
||||
access_log /var/log/nginx/dpaste.access.log combined_port;
|
||||
error_log /var/log/nginx/dpaste.error.log;
|
||||
|
||||
keepalive_timeout 5;
|
||||
client_max_body_size 10M;
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
# (bzip2 compressed file), it will be decompressed on the fly as it
|
||||
# is being read.
|
||||
|
||||
LogFile /srv/dpaste.de/var/nginx.access.log
|
||||
LogFile /var/log/nginx/dpaste.access.log
|
||||
|
||||
# LogType defines the log type being processed. Normally, the Webalizer
|
||||
# expects a CLF or Combined web server log as input. Using this option,
|
||||
|
|
Loading…
Reference in a new issue