mirror of
https://github.com/casjaysdevdocker/aria2
synced 2025-09-19 09:57:41 -04:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
@@ -3,7 +3,7 @@ user root;
|
||||
worker_processes auto;
|
||||
daemon off;
|
||||
|
||||
error_log /var/log/nginx/nginx.log error;
|
||||
error_log /data/logs/nginx/nginx.log error;
|
||||
pid /var/run/nginx.pid;
|
||||
|
||||
events {
|
||||
@@ -16,7 +16,7 @@ http {
|
||||
log_format main '$remote_addr - $remote_user [$time_local] "$request" '
|
||||
'$status $body_bytes_sent "$http_referer" '
|
||||
'"$http_user_agent" "$http_x_forwarded_for"';
|
||||
access_log /var/log/nginx/access.log main;
|
||||
access_log /data/logs/nginx/access.log main;
|
||||
sendfile on;
|
||||
keepalive_timeout 65;
|
||||
gzip on;
|
||||
|
Reference in New Issue
Block a user