Skip to content

Instantly share code, notes, and snippets.

@ICELI
ICELI / nginx.conf
Last active August 15, 2016 09:51 — forked from thoop/nginx.conf
Official prerender.io nginx.conf for nginx
#user nobody;
worker_processes 1;
#error_log logs/error.log;
#error_log logs/error.log notice;
#error_log logs/error.log info;
#pid logs/nginx.pid;
events {