Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: переадресация запроса Ng inx => Apache+Wiki движку MoinMoin
нашел похожий пример
[code]
rewrite ^/moin_static[0-9]+/(.*)$ /moin/$1 last;
location /wiki/ {
proxy_redirect http://localhost:8080 /;
proxy_pass http://localhost:8080;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $http_host;
proxy_set_header X-Moin-Location /wiki/;
[/code]
Posted at Nginx Forum: http://forum.nginx.org/read.php?21,96457,96729#msg-96729
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru
|