Closed xxxxxliil closed 3 years ago
https://github.com/mondediefr/docker-flarum/blob/74589ee3ec5d1f3255e8e56b04aa9d702cd7ed74/rootfs/etc/nginx/nginx.conf#L59 What is the advantage of doing this over using if ( -f )?
You can't include the file if it not exist even with if
if
Now this change?
https://github.com/mondediefr/docker-flarum/blob/74589ee3ec5d1f3255e8e56b04aa9d702cd7ed74/rootfs/etc/nginx/nginx.conf#L59 What is the advantage of doing this over using if ( -f )?