LINUX.ORG.RU

История изменений

Исправление vel, (текущая версия) :

ты слепой?

Прочти про именованную location и try_files

 location @php {
        include snippets/fastcgi-php.conf;
        fastcgi_pass unix:/run/php/php5.6-fpm.sock;
 }
 location ~ \.php$ {
        try_files . @php;
 }

 location /punbb/register.php {
        limit_req zone=ipAddrZone;
        try_files . @php;
 }

Кроме того, локация location /punbb/register.php не обрабатывает ссылки типа /punbb/register.php?action=register?

Почему?

Исходная версия vel, :

ты слепой?

Прочти про именованную location и try_files

 location @php {
        include snippets/fastcgi-php.conf;
        fastcgi_pass unix:/run/php/php5.6-fpm.sock;
 }
 location ~ \.php$ {
        try_files . @php;
 }

 location /punbb/register.php {
        limit_req zone=ipAddrZone;
        try_files . @php;
 }