Commit 99e81cdf authored by nimrod's avatar nimrod
Browse files

- Fix issue with OpenBSD 6.0 and Debian Jessie.

parent d4a6b634
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -6,5 +6,8 @@ server {
    location ~ [^/]\.php(/|$) {
        include fastcgi_params;
        fastcgi_pass unix:{{ php_fpm_listen_socket_chrooted[ansible_os_family]|default(php_fpm_listen_socket[ansible_os_family]) }};
        {# {% if ansible_os_family == 'OpenBSD' %} #}
        fastcgi_param  SCRIPT_FILENAME $document_root$fastcgi_script_name;
        {# {% endif %} #}
    }
}