Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Jamie, I was running more tests today on Nginx module and found few bugs:
Disabled
, PHP files where downloaded instead of shown as text due to incorrect mime type. Fixed on this commit in this PR - cf6a0ecsystemd
unit is setup correctly, the scripts are not executed (i.e. under/cgi-bin
directory) and an error always displayed:Disabled
set for PHP execution mode then still a newly created website hasFCGId
setup by default (when should beDisabled
as defined on the template)Can you please pull this branch and check in a fix for
#2
and#3
please? Also, check if#1
looks good to you as it works perfectly fine for me.