Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Никак не пойму с try files
теперь пишет ошибку "The page you are looking for is temporarily unavailable.
Please try again later".
Вот у меня сейчас ngnix висит на 82 порту, апаче на 80.
Если пытаюсь загрузить http://domain.com/test_folder/test.php , то всё
нормально.
Если http://domain.com:82/test_folder/test.php - браузер предлагает его
сохранить.
Я перенёс test.php из test_folder в корень
http://domain.com:82/test.php - всё нормально.
location @test_php {
fastcgi_pass 127.0.0.1:9000;
fastcgi_param SCRIPT_FILENAME $document_root/test.php;
}
Всё равно пишет ошибку "The page you are looking for is temporarily
unavailable. Please try again later".
Posted at Nginx Forum: http://forum.nginx.org/read.php?21,48135,48151#msg-48151
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru
|