You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
462 B

  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" '