This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "quickfw".
The branch, master has been updated
via ae6209fc73ef21aff5a38ff2a72699086b50b095 (commit)
from 4375ba2181a17231efc0f8f88a81cfd1fdbb5268 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ae6209fc73ef21aff5a38ff2a72699086b50b095
Author: Ivan1986 <iva...@li...>
Date: Thu May 20 17:53:38 2010 +0400
Шаблон конфига nginx
diff --git a/doc/nginx.conf b/doc/nginx.conf
new file mode 100644
index 0000000..6bcc1ce
--- /dev/null
+++ b/doc/nginx.conf
@@ -0,0 +1,8 @@
+ location / {
+ if (!-e $request_filename) {
+ rewrite ^(.*)$ /index.php$1 break;
+ proxy_pass http://<...>;
+ }
+ proxy_pass http://<...>;
+ root <...>;
+ }
-----------------------------------------------------------------------
Summary of changes:
doc/nginx.conf | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
create mode 100644 doc/nginx.conf
hooks/post-receive
--
quickfw
|