Skip to content

Instantly share code, notes, and snippets.

@jqlblue
jqlblue / sentry-nginx.conf
Last active December 31, 2015 17:19
sentry nginx config for proxy and limit req
user nobody;
worker_processes auto;
error_log logs/error.log notice;
worker_rlimit_nofile 65535;
pid /var/run/nginx.pid;
events {
accept_mutex off;