Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Owain Jones
gliders-webserver
Commits
167d554f
Commit
167d554f
authored
9 years ago
by
Gliders User
Browse files
Options
Download
Email Patches
Plain Diff
trying to make 502 gateway error custom page
parent
1bce3f54
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
gliders.nginx.conf
gliders.nginx.conf
+2
-0
No files found.
gliders.nginx.conf
View file @
167d554f
...
...
@@ -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
;
}
}
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment