Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Re: :>=D83 A POST <>6=> ;8 >?B8<878@>20BL ?
Добрый день
location = /post {
}
Будет обрабатывать все методы, и POST и GET, а мне их нужно разделить
22:59, hg_04 пишет:
в даном случае можно проще
[code]
location / {
root $root;
index index.html index.htm ;
location = /post {
# сработает только для /post
# и тут уже с бэкендом работаем
}
}
[/code]
Posted at Nginx Forum:
http://forum.nginx.org/read.php?21,105839,105849#msg-105849
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru
|