200-config.patch 462 B

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