lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

200-config.patch (462B)


      1 --- a/conf/nginx.conf
      2 +++ b/conf/nginx.conf
      3 @@ -1,5 +1,5 @@
      4  
      5 -#user  nobody;
      6 +user nobody nogroup;
      7  worker_processes  1;
      8  
      9  #error_log  logs/error.log;
     10 @@ -16,7 +16,7 @@ events {
     11  
     12  http {
     13      include       mime.types;
     14 -    default_type  application/octet-stream;
     15 +    #default_type  application/octet-stream;
     16  
     17      #log_format  main  '$remote_addr - $remote_user [$time_local] "$request" '
     18      #                  '$status $body_bytes_sent "$http_referer" '