X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=docs%2Ffr%2Fuser%2Finstallation.rst;h=f6afcda62884522c3f143a7a93750d1551ac6813;hb=ccad5d7629acec38bcc36a8ea6e6cfe8ef4f1f02;hp=4f94d6c87ac3741c324957a7f6dc5bc25f8615d9;hpb=d3511bbde9743995e7ee7eec74b20b9b7b1b56ca;p=github%2Fwallabag%2Fwallabag.git diff --git a/docs/fr/user/installation.rst b/docs/fr/user/installation.rst index 4f94d6c8..f6afcda6 100644 --- a/docs/fr/user/installation.rst +++ b/docs/fr/user/installation.rst @@ -183,6 +183,12 @@ En imaginant que vous vouliez installer wallabag dans le dossier ``/var/www/wall internal; } + # return 404 for all other php files not matching the front controller + # this prevents access to other php files you don't want to be accessible. + location ~ \.php$ { + return 404; + } + error_log /var/log/nginx/wallabag_error.log; access_log /var/log/nginx/wallabag_access.log; }