Hello, All!
Есть у меня в конфиге такая конструкция:
location /_vti_bin/ {
rewrite ^(.*)$ http://new-host-name permanent;
}
При выполнении почему-то отлетает процесс:
nginx_access.log
212.119.140.73 - - [29/Aug/2005:11:57:44 +0400] "POST
/_vti_bin/_vti_aut/fp30reg.dll HTTP/1.1" 301 380
nginx_error.log
2005/08/29 11:57:44 [alert] 45463#0: worker process 42214 exited on signal 11
Это я что-то делаю не так, или где?
Andrey