nystudio107 / nginx-craft

An Nginx virtual host configuration for Craft CMS that implements a number of best-practices.
MIT License
310 stars 37 forks source link

NginxTemplate.conf security include url wrong? #36

Open alexr8 opened 2 years ago

alexr8 commented 2 years ago

Describe the bug

Just a quick one, but the in the php fpm location block, on line 141 of NginxTemplate.conf, the url for the security include is listed as:

include /home/forge/nginx-partials/security.conf;

But further up the page, the include location is in an nginx-craft folder as so which would've been created in the git clone:

include /home/forge/nginx-craft/nginx-partials/*.conf;