Mạnh Tường Solo

Results 46 comments of Mạnh Tường Solo

code you can edit: https://github.com/angristan/nginx-autoinstall/blob/b92170a19ad0400ed5cfb113754533bddd9ccf5d/nginx-autoinstall.sh#L244

@santiagz Thank you, @CarlosRS9 We hope the feature will be reviewed and working soon

@chemamartinez Thank you for your review I have changed the information. Please review again!

I update more pictures of this script when it is actually run, i am using it with naxsi firewall log ![image](https://user-images.githubusercontent.com/41409442/179699039-7bda3ae1-4a88-4b72-aed1-401786deba4a.png)

Hi@chemamartinez I have resolved all of your suggestions!

Dear: @chemamartinez I have updated the source code, please check again, I agree that the source code will only run with python 3.x

Hi @chemamartinez I have resolved all of your suggestions!

I changed the configuration to the following: ``` location / { if ($host = xxxxxxxxxxxxxx ) { include /etc/nginx/naxis-rules/rules/block.rules; } ``` but i still get the error ``` nginx: [emerg]...

@wargio How do configure it? I have to include files one by one in each vhost? this is a really bad idea.

@wargio i have some questions. - why is the if block not supported and will it be supported in the future? - I have read the PR you sent but...