Welcome! Log In Create A New Profile

Advanced

Re: windows nginx 0.9.3 autoindex bug?

March 12, 2011 02:33PM
Еслі ешчё актуально - у меня заработало із-под cygwin.
Как-то заметіл, что под лінухом проблем нет, почітал где-то ответ ігоря про подобную проблему - от отпісался, что нормальные осі отдают імена файлов в utf8, а всё остальное от лукавого, решіл попробовать cygwin.

Поставіл cygwin, скомпіліровал под нім із ісходніков nginx, заработало!!! Теперь мой windows не хуже linux :) Ну і прімер моего конфіга до кучі:

http {
include mime.types;
default_type application/octet-stream;
sendfile on;
keepalive_timeout 65;
server {
listen 808;
server_name localhost;
location "/Усяляка бяка" {
charset utf-8;
root /home/html;
autoindex on;
}
error_page 500 502 503 504 /50x.html;
location = /50x.html {
root html;
}
}
}
Subject Author Posted

windows nginx 0.9.3 autoindex bug?

Michael January 12, 2011 05:52PM

Re: windows nginx 0.9.3 autoindex bug?

Andre January 14, 2011 05:19PM

Re: windows nginx 0.9.3 autoindex bug?

vt January 14, 2011 05:32PM

Re: windows nginx 0.9.3 autoindex bug?

Alex Vorona January 14, 2011 07:12PM

Re: windows nginx 0.9.3 autoindex bug?

Michael January 15, 2011 05:22AM

Re: windows nginx 0.9.3 autoindex bug?

vt January 15, 2011 08:40AM

Re: windows nginx 0.9.3 autoindex bug?

Michael January 15, 2011 08:52AM

Re: windows nginx 0.9.3 autoindex bug?

vadziminfo March 12, 2011 02:33PM

Re: windows nginx 0.9.3 autoindex bug?

Peter Vereshagin March 13, 2011 12:58AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 172
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready