ðÏ-ÍÏÅÍÕ, ×ÐÏÌÎÅ ÓÏÏÔ×ÅÔÓÔ×ÕÅÔ ÏÐÉÓÁÎÎÏÍÕ ÚÄÅÓØ ÐÏ×ÅÄÅÎÉÀ:<br><a href="http://nginx.org/ru/docs/http/ngx_http_core_module.html#location">http://nginx.org/ru/docs/http/ngx_http_core_module.html#location</a><br><br><div class="gmail_quote">
9 ÆÅ×ÒÁÌÑ 2012šÇ. 16:44 ÐÏÌØÚÏ×ÁÔÅÌØ áÌÅËÓÅÊ ÷ÏÓÔÒÉËÏ× <span dir="ltr"><<a href="mailto:alex@teletrade-dj.com">alex@teletrade-dj.com</a>></span> ÎÁÐÉÓÁÌ:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
ðÏÞÅÍÕÔÏ ÎÁ ÎÉÖÅÐÒÉ×ÅÄÅÎÎÏÍ ËÏÎÆÉÇÅ<br>
<a href="http://www.xxx.com/partner" target="_blank">http://www.xxx.com/partner</a><br>
ÏÂÒÁÂÁÔÙ×ÁÅÔÓÑ × ÌÏËÅÊÛÉÎÅ /pa , Á ÎÅ × ËÏÒÎÅ<br>
nginx-full š 1.1.8-2~bpo60+1 š debian squeeze-backports<br>
-----------------------%<-----<u></u>------------------------------<u></u>---------------------------<br>
server {<br>
<br>
 š šlisten š <a href="http://12.34.56.78:80" target="_blank">12.34.56.78:80</a>;<br>
 š šserver_name<br>
 š š š š<a href="http://www.xxx.com" target="_blank">www.xxx.com</a><br>
 š š š š<a href="http://xxx.com" target="_blank">xxx.com</a><br>
 š š;<br>
<br>
 š šaccess_log š š/sites/<a href="http://xxx.com/log/access.log" target="_blank">xxx.com/log/access.log</a>;<br>
 š šerror_log š š /sites/<a href="http://xxx.com/log/error.log" target="_blank">xxx.com/log/error.log</a>;<br>
<br>
 š šroot š /sites/<a href="http://xxx.com/www" target="_blank">xxx.com/www</a>;<br>
<br>
 š šlocation / {<br>
 š š š šroot š /sites/<a href="http://xxx.com/www" target="_blank">xxx.com/www</a>;<br>
 š š š šindex index.php;<br>
 š š š štry_files $uri $uri/ /index.php?$args ;<br>
<br>
 š š š šlocation ~ \.php$ {<br>
 š š š š š štry_files $uri /index.php?$args ;<br>
 š š š š š šinclude fastcgi_params;<br>
 š š š š š šfastcgi_param šDOCUMENT_ROOT š š š š š /sites/<a href="http://xxx.com/www" target="_blank">xxx.com/www</a>;<br>
 š š š š š šfastcgi_param šSCRIPT_FILENAME š š š š /sites/<a href="http://xxx.com/www$fastcgi_script_name" target="_blank">xxx.com/www$fastcgi_<u></u>script_name</a>;<br>
 š š š š š šfastcgi_param šQUERY_STRING š š š š š š$args;<br>
 š š š š š šfastcgi_pass <a href="http://127.0.0.1:9000" target="_blank">127.0.0.1:9000</a>;<br>
 š š š š}<br>
 š š}<br>
<br>
 š šlocation /.a {<br>
 š š š šindex index.php;<br>
 š š š štry_files $uri $uri/ /.a/index.php?$args;<br>
<br>
 š š š šlocation ~ \.php$ {<br>
 š š š š š štry_files $uri /.a/index.php?$args ;<br>
 š š š š š šroot š /sites/<a href="http://xxx.com/www" target="_blank">xxx.com/www</a>;<br>
 š š š š š šinclude fastcgi_params;<br>
 š š š š š šfastcgi_param šDOCUMENT_ROOT š š š š š /sites/<a href="http://xxx.com/www" target="_blank">xxx.com/www</a>;<br>
 š š š š š šfastcgi_param šSCRIPT_FILENAME š š š š /sites/<a href="http://xxx.com/www$fastcgi_script_name" target="_blank">xxx.com/www$fastcgi_<u></u>script_name</a>;<br>
 š š š š š šfastcgi_param šQUERY_STRING $args;<br>
 š š š š š šfastcgi_pass <a href="http://127.0.0.1:9000" target="_blank">127.0.0.1:9000</a>;<br>
 š š š š}<br>
 š š}<br>
<br>
 š šlocation š/pa {<br>
 š š š šalias /usr/share/postfixadmin;<br>
 š š š šindex index.php;<br>
<br>
 š š š šlocation ~ /pa/(.*\.php)$ {<br>
 š š š š š šalias /usr/share/postfixadmin;<br>
 š š š š š šfastcgi_pass <a href="http://127.0.0.1:9000" target="_blank">127.0.0.1:9000</a>;<br>
 š š š š š šfastcgi_index index.php;<br>
 š š š š š šinclude fastcgi_params;<br>
 š š š š š šfastcgi_param šSCRIPT_FILENAME š š š š /usr/share/postfixadmin/$1;<br>
 š š š š š šfastcgi_param šDOCUMENT_ROOT š š š š š /usr/share/postfixadmin;<br>
 š š š š}<br>
 š š}<br>
}<br>
-----------------------%<-----<u></u>------------------------------<u></u>---------------------------<br>
<br>
______________________________<u></u>_________________<br>
nginx-ru mailing list<br>
<a href="mailto:nginx-ru@nginx.org" target="_blank">nginx-ru@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx-ru" target="_blank">http://mailman.nginx.org/<u></u>mailman/listinfo/nginx-ru</a></blockquote></div><br><br clear="all"><br>