Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nginx crash #84

Open
SoftCreatR opened this issue Feb 24, 2023 · 1 comment
Open

nginx crash #84

SoftCreatR opened this issue Feb 24, 2023 · 1 comment

Comments

@SoftCreatR
Copy link

nginx crash

Issue Description

2023/02/24 20:20:19 [alert] 6778#6778: worker process 6780 exited on signal 11 (core dumped)

Versions:

  • Browser(s): n/a
  • Nginx version: nginx/1.23.3
  • Operating system of web server running Nginx: Ubuntu 22.04

Nginx config:

server {
    listen 80;
    listen [::]:80;
    
    server_name my-domain.tld;

    location / {
        access_by_lua_file lua/anti_ddos_challenge.lua;
    }
}
@xlelord9292
Copy link

try using sudo apt-get install libnginx-mod-http-lua then

content_by_lua_file lua/anti_ddos_challenge.lua;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants