no-http-block-fixed.conf 252 B

1234567891011121314
  1. user nginx;
  2. worker_processes auto;
  3. error_log /var/log/nginx/error.log notice;
  4. error_log /var/log/nginx/error.local.log notice;
  5. pid /var/run/nginx.pid;
  6. events {
  7. worker_connections 1024;
  8. }
  9. http {
  10. include /etc/nginx/sites-enabled/*;
  11. }