Skip to content

Instantly share code, notes, and snippets.

@redbaron
Created May 12, 2016 12:37
Show Gist options
  • Save redbaron/e50e8436d70421c285736d821ac23427 to your computer and use it in GitHub Desktop.
Save redbaron/e50e8436d70421c285736d821ac23427 to your computer and use it in GitHub Desktop.
Minimal config which breaks openresty lua parser
worker_processes auto;
events {}
worker_rlimit_nofile 11240;
daemon off;
pid /var/run/nginx.pid;
########################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################
###################################################################################
###############################################
#########################################
#################################
####################################
####################################
####################################
####################################
####################################
#############################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################
#######################################################################
http {
init_by_lua_block {
local v = [[
]]
}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment