ПРОЕКТЫ 


  АРХИВ 


Apache-Talk @lexa.ru 

Inet-Admins @info.east.ru 

Filmscanners @halftone.co.uk 

Security-alerts @yandex-team.ru 

nginx-ru @sysoev.ru 


  СТАТЬИ 


  ПЕРСОНАЛЬНОЕ 


  ПРОГРАММЫ 



ПИШИТЕ
ПИСЬМА












     АРХИВ :: nginx-ru
Nginx-ru mailing list archive (nginx-ru@sysoev.ru)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

wordpress + nginx


  • To: nginx-ru@xxxxxxxxx
  • Subject: wordpress + nginx
  • From: XIT <xolodit@xxxxxxxxx>
  • Date: Thu, 22 May 2014 14:07:03 +0400
  • Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=//6zE4+3TCP2H1SaCyMP5eB/FAeRhyr5NYEj2VxL5hU=; b=nFy9pEkXT91tAeheaT0mt/i9Td984dENYBqNxTuJMEkaszE5WwBxRp7I/cjUAYIkh0 MJpt2qkpFYVgfHrwAJPSm4x7O6MWwobgpDZC7Q/3gGO4EGoJjlglCUfLeAlHj4ZKbzom WbQbw1A2AizF/Z/4vUfCwd+sV1X+yY9OnijdcaG/Ei+sQQetGSTiIarvZ53aP5H46B9G /+FKLaxJTgE1yfpsPoYFZ2UkrlyFLXgGyiL7wSQ34KuU6iJH02L09cQshFkG/hFkHIb3 RkQSIx5I3fwciqY1C0kKo2f5c4hwLCnJyylOI16ZF2m6AF2WgvGiGLezztklz4y5Xe7G MRJg==

Доброго времени.

Прошу помощи, т.к. нуб  в nginx(. 

Есть конфиг, сгенерированный панелью ispmanager для работы в режиме nginx+fastcgi.
К сожалению с данным конфигом не работает wordpress корректно. Открывается только главная страница, переход по ссылкам приводит к 404 ошибке.

Со страницы http://wiki.nginx.org/WordPress подставлял локейшены и так и сяк, но увы.
Вот конфиг:


##################################################################
#user 'wuser' virtual host 'domain.ru' configuration file server { server_name domain.ru www.domain.ru; charset UTF-8; disable_symlinks if_not_owner from=$root_path; index index.php index.html index.htm; root $root_path; set $root_path /var/www/wuser/data/www/domain.ru; ssi on; access_log /var/www/httpd-logs/domain.ru.access.log ; error_log /var/www/httpd-logs/domain.ru.error.log notice; include /etc/nginx/vhosts-includes/*.conf; location / { location ~ [^/]\.ph(p\d*|tml)$ { try_files /does_not_exists @php; } } location @fallback { error_log /dev/null crit; access_log off ; } location /webstat/ { charset UTF-8; index index.html; location ~ [^/]\.ph(p\d*|tml)$ { try_files /does_not_exists @php; } auth_basic "Access limited by ISPmanager"; auth_basic_user_file /var/www/wuser/data/etc/access.domain.ru.VihQs/3k.passwd; } location @php { fastcgi_index index.php; fastcgi_param PHP_ADMIN_VALUE "sendmail_path = /usr/sbin/sendmail -t -i -f webmaster@xxxxxxxxx"; fastcgi_pass unix:/var/www/php-fpm/wuser.sock; fastcgi_split_path_info ^((?U).+\.ph(?:p\d*|tml))(/?.+)$; try_files $uri =404; include fastcgi_params; } listen 000.000.000.00:80; }
##################################################################

--
Relax, take it easy!
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://mailman.nginx.org/mailman/listinfo/nginx-ru


 




Copyright © Lexa Software, 1996-2009.