Помогите с реврайтом
marvine
nginx-forum at nginx.us
Mon Nov 23 00:45:24 MSK 2009
если не сложно, в конфиге куда вставить, на пальцах ибо не силен.
server {
listen 80;
server_name *.domain.com;
# serve static files
location ~* ^.+.(jpg|jpeg|gif|css|png|js|ico|html|htm|swf)$ {
root /var/sites/site2/;
expires 1d;
}
location /gallery/ { # пробовал так 404 ошибка
rewrite ^/gallery/.*\.html$ /st/st.php?$query_string;
}
location / {
proxy_pass http://65.121.164.234:8080;
}
}
Posted at Nginx Forum: http://forum.nginx.org/read.php?21,24530,24866#msg-24866
More information about the nginx-ru
mailing list