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
da5ccc68
Commit
da5ccc68
authored
9 years ago
by
Gliders User
Browse files
Options
Download
Email Patches
Plain Diff
switch devtools over to php7 fcgi
parent
eafdc5cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
devtools.nginx.conf
devtools.nginx.conf
+1
-1
No files found.
devtools.nginx.conf
View file @
da5ccc68
...
...
@@ -27,7 +27,7 @@ server {
access_log
off
;
location
~ \.
php
{
fastcgi_pass
hhvm
fcgi
;
fastcgi_pass
php
fcgi
;
fastcgi_buffers
256
4
k
;
include
fastcgi_params
;
fastcgi_param
SCRIPT_FILENAME
$
document_root
$
fastcgi_script_name
;
...
...
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