Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Verified Commit 30cbdb3d authored by Nivesh Krishna's avatar Nivesh Krishna
Browse files

fix location of log directive

parent 6d58b2c6
Loading
Loading
Loading
Loading
+3 −2
Original line number Original line Diff line number Diff line
@@ -2,8 +2,6 @@
user  nginx;
user  nginx;
worker_processes  auto;
worker_processes  auto;


access_log /var/log/nginx/access.log main;
error_log /var/log/nginx/error.log main;
pid        /var/run/nginx.pid;
pid        /var/run/nginx.pid;




@@ -20,6 +18,9 @@ http {
                      '$status $body_bytes_sent "$http_referer" '
                      '$status $body_bytes_sent "$http_referer" '
                      '"$http_user_agent" "$remote_addr"';
                      '"$http_user_agent" "$remote_addr"';
    
    
    access_log /var/log/nginx/access.log main;
    error_log /var/log/nginx/error.log warn;

    sendfile        on;
    sendfile        on;
    #tcp_nopush     on;
    #tcp_nopush     on;