Skip to content

Commit

Permalink
Merge pull request #92 from anatolinicolae/master
Browse files Browse the repository at this point in the history
Maintain 200 status on 404
  • Loading branch information
fideloper authored Aug 29, 2020
2 parents 9fff98c + d8b2c78 commit a9a8f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-files/docker/app/default
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ server {
fastcgi_pass unix:/run/php/php7.4-fpm.sock;
}

error_page 404 /index.php;
error_page 404 =200 /index.php;

location ~ /\.ht {
deny all;
Expand Down

0 comments on commit a9a8f1b

Please sign in to comment.