VirtuBox / nginx-ee

Automated Nginx compilation with HTTP/3 and additional modules support. Compatible with WordOps, EasyEngine & Plesk
https://virtubox.github.io/nginx-ee/
MIT License
203 stars 58 forks source link

NAXSI Installation not working #43

Closed nsgoyat closed 5 years ago

nsgoyat commented 5 years ago

Attach the following commands output

Describe the bug

I am using the following command to compile the nginx with NAXSI: bash <(wget -O - virtubox.net/nginx-ee || curl -sL virtubox.net/nginx-ee) --naxsi

Kindly, check the image to see the output of /tmp/nginx-ee.log:

Untitled

VirtuBox commented 5 years ago

Hello @nsgoyat,

I will take a look on this issue, it was working fine until yesterday.

Regards,

nsgoyat commented 5 years ago

Today, I run the script again just to check if it's something wrong with my own setup. Usually, I use a slightly modified version of "wo-nginx'setup" script by you.

On a fresh VPS with Ubuntu 18.04, I ran the following commands only:

wget -qO wo wordops.se/tup && sudo bash wo
wo stack install

and then

bash <(wget -O - virtubox.net/nginx-ee || curl -sL virtubox.net/nginx-ee) --naxsi

Again, NAXSI installation failed and the outpur is following:

Untitled2

VirtuBox commented 5 years ago

Hello @nsgoyat, okay it seems to be related to naxsi release checkout. I will run few tests this evening

nsgoyat commented 5 years ago

Tried it again today and it seems to be fixed now. NAXSI installation goes smoothly.

nsgoyat commented 5 years ago

The issue is appearing again now...

VirtuBox commented 5 years ago

Hello @nsgoyat,

I have noticed the issue too, I will run more tests to identify what is the cause of this error

VirtuBox commented 5 years ago

Issue has been fixed with the PR https://github.com/VirtuBox/nginx-ee/pull/45