File diff 423f330ec482 → a99958de73d9
roles/php_website/templates/nginx_site.j2
Show inline comments
 
@@ -56,7 +56,7 @@ server {
 
    # Interpret PHP files via FastCGI.
 
    location ~ {{ php_file_regex }} {
 
        include snippets/fastcgi-php.conf;
 
        fastcgi_pass unix:/var/run/{{ php_fpm_service_name }}/{{ fqdn }}.sock;
 
        fastcgi_pass unix:/run/php/{{ fqdn }}.sock;
 
    }
 

	
 
    # Serve the files.