Skip to content
Snippets Groups Projects
Commit 99e81cdf authored by nimrod's avatar nimrod
Browse files

- Fix issue with OpenBSD 6.0 and Debian Jessie.

parent d4a6b634
No related branches found
No related tags found
No related merge requests found
...@@ -6,5 +6,8 @@ server { ...@@ -6,5 +6,8 @@ server {
location ~ [^/]\.php(/|$) { location ~ [^/]\.php(/|$) {
include fastcgi_params; include fastcgi_params;
fastcgi_pass unix:{{ php_fpm_listen_socket_chrooted[ansible_os_family]|default(php_fpm_listen_socket[ansible_os_family]) }}; 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 %} #}
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment