Advertisement
Shiny_

Nginx.conf

May 6th, 2014
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. worker_processes 1;
  2. error_log C:/Nginx/logs/error.log;
  3. events {
  4. worker_connections 1024;
  5. }
  6. http {
  7. include mime.types;
  8. default_type application/octet-stream;
  9.  
  10. log_format main '$remote_addr - $remote_user [$time_local] "$request" '
  11. '$status $body_bytes_sent "$http_referer" '
  12. '"$http_user_agent" "$http_x_forwarded_for"';
  13. sendfile on;
  14. include C:/Nginx/html/riv-sa.com/*.txt;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement