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

Does it config itself #11

Closed
vibhi19 opened this issue May 9, 2018 · 6 comments
Closed

Does it config itself #11

vibhi19 opened this issue May 9, 2018 · 6 comments

Comments

@vibhi19
Copy link

vibhi19 commented May 9, 2018

Hi The additional module config itself like memcache module brotli module or Naxsi WAF module
Does i have to config them

@VirtuBox
Copy link
Owner

VirtuBox commented May 9, 2018

Hello,

you can find several configuration examples on my other repository ubuntu-nginx-web-server, but otherwise you will have to configure them manually.

@vibhi19
Copy link
Author

vibhi19 commented May 10, 2018

wget -O - https://raw.githubusercontent.com/VirtuBox/nginx-ee/master/nginx-build.sh

running this cmd doesnt change the version im still on 1.10.3

and how to config naxsi module and how i know what module has been installed and what they do

@vibhi19
Copy link
Author

vibhi19 commented May 10, 2018

and in ufw you add multiple port
and running this cmd netstat -tulpn

it show some more proceess like hhvm should i add their port too like this
ufw allow 2123

https://kb.virtubox.net/knowledgebase/ufw-iptables-firewall-configuration-made-easier/

@VirtuBox
Copy link
Owner

The command is :

bash <(wget -O - https://raw.githubusercontent.com/VirtuBox/nginx-ee/master/nginx-build.sh)

do not remove the bash at the beginning.
You can see the list of nginx modules with the command nginx -V

About UFW, process like hhvm should not be accessible from the outside.

@vibhi19
Copy link
Author

vibhi19 commented May 13, 2018

process like hhvm should not be accessible from the outside.

Ok should i allow them in UFW or not
like This ufw allow 2123 and other process which i get from this command
netstat -tulpn

https://kb.virtubox.net/knowledgebase/ufw-iptables-firewall-configuration-made-easier/

@VirtuBox
Copy link
Owner

No, do not allow it with UFW if you are not sure you need it. All ports you need to allow with UFW for EasyEngine are listed in my article.

When you use the command netstat -tulpn, you can safely ignore all services listening on 127.0.0.1:XXX or ::1:XXX.

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