неизвестная директива nginx при работе в моем VPS

У меня проблема при запуске nginx на моем VPS (цифровой океан, centOS)

Это показывает:

nginx: [emerg] unknown directive "[alert" in /usr/local/nginx/conf/wordpress.conf:14

wordpress.conf:

location / {
if (-f $request_filename/index.html){
rewrite (.*) $1/index.html break;
}
if (-f $request_filename/index.php){
rewrite (.*) $1/index.php;
}
if (!-f $request_filename){
rewrite (.*) /index.php;
}
}

[alert type="notice" close="true"]
rewrite /wp-admin$ $scheme://$host$uri/ permanent;

[/alert]

В чем проблема?

0

Решение

Решаемые. Удалить

[alert type="notice" close="true"] rewrite /wp-admin$ $scheme://$host$uri/ permanent;

Но я не знаю почему.

0

Другие решения

Других решений пока нет …

По вопросам рекламы [email protected]