Commit 167d554f authored by Gliders User's avatar Gliders User
Browse files

trying to make 502 gateway error custom page

parent 1bce3f54
......@@ -96,9 +96,11 @@ server {
location @fallback {
fastcgi_pass phpfcgi;
fastcgi_intercept_errors on;
include fastcgi_params;
fastcgi_split_path_info ^(.+\.php)(/.*)$;
fastcgi_param SCRIPT_FILENAME $symfonyroot/web$fastcgi_script_name;
fastcgi_param HTTPS off;
error_page 502 /502.html;
}
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment