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
5b0e79a6
Commit
5b0e79a6
authored
9 years ago
by
Owain Jones
Browse files
Options
Download
Email Patches
Plain Diff
update for symfony
parent
49d1ad37
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 @
5b0e79a6
...
...
@@ -38,7 +38,8 @@ server {
location
~ ^/(
app
|
app_dev
|
config
)\.
php
(/|$) {
fastcgi_pass
phpfcgi
;
include
fastcgi_params
;
fastcgi_param
SCRIPT_FILENAME
$
symfony_root
/
web
/$
fastcgi_script_name
;
fastcgi_split_path_info
^(.+\.
php
)(/.*)$;
fastcgi_param
SCRIPT_FILENAME
$
symfony_root
/
web
$
fastcgi_script_name
;
fastcgi_param
HTTPS
off
;
}
}
...
...
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