repo.or.cz
/
nginx_drupal.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
typo fix
[nginx_drupal.git]
/
conf
/
fastcgi
blob
23bd7b33afaa0be55df69b7f6a2393c7d0c15790
1
# Use your own port of fastcgi here
2
fastcgi_pass 127.0.0.1:3000;
3
fastcgi_index index.php;
4
include fastcgi_params;
5
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;