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
381d231f
Commit
381d231f
authored
9 years ago
by
root
Browse files
Options
Download
Email Patches
Plain Diff
now we're no longer using hhvm, update nginx to try php7 first
parent
fa972ea6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
gliders.nginx.conf
gliders.nginx.conf
+2
-1
No files found.
gliders.nginx.conf
View file @
381d231f
...
@@ -85,7 +85,8 @@ server {
...
@@ -85,7 +85,8 @@ server {
# pass the PHP scripts to FastCGI server from upstream phpfcgi
# pass the PHP scripts to FastCGI server from upstream phpfcgi
location
~ ^/(
app
|
app_dev
|
config
)\.
php
(/|$) {
location
~ ^/(
app
|
app_dev
|
config
)\.
php
(/|$) {
fastcgi_pass
hhvmfcgi
;
# fastcgi_pass hhvmfcgi;
fastcgi_pass
phpfcgi
;
fastcgi_intercept_errors
on
;
fastcgi_intercept_errors
on
;
# error_page 502 = @fallback;
# error_page 502 = @fallback;
error_page
502
/
502
.
html
;
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