From 93c4954de605125c762cce7c0928716b75a33887 Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Sun, 14 Jan 2024 16:33:40 +0100 Subject: [PATCH] Update FAQ links in installation.md (#114) The FAQ has moved. --- docs/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 4f497cc7..c2716bad 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -91,7 +91,7 @@ Note that there are up to three OS users which need to be taken into considerati For example, Apache executes the PHP interpreter as part of its own process if the extension `mod_php` is used. In case PHP FPM is used, for most distributions PHP FPM or CGI ships with a sensible default configuration which ensures that the PHP user is the same as the Web user. In both cases the PHP user is not of concern. - However, we are at least aware of one exception to this rule for Nginx on Fedora, see [FAQ](https://lycheeorg.github.io/docs/faq.html#i-know-my-file-permissions-for-storage-bootstrapcache-publicuploads-and-publicdist-are-correct-and-accessible-by-my-web-server-user-but-im-still-getting-a-php-error-when-writing-to-any-of-these-directories) + However, we are at least aware of one exception to this rule for Nginx on Fedora, see [FAQ](https://lycheeorg.github.io/docs/faq_troubleshooting.html#i-know-my-file-permissions-for-storage-bootstrapcache-publicuploads-and-publicdist-are-correct-and-accessible-by-my-web-server-user-but-im-still-getting-a-php-error-when-writing-to-any-of-these-directories) - The user which you use for shell logins and to run scripts; called the **CLI user** in the following. This user may be of particular concern, if you are planning to upload photos via the web interface _and_ import photos via the shell scripts. @@ -179,7 +179,7 @@ RewriteRule ^ index.php [L] ### nginx This is a sample nginx server block. It does not include TLS, but covers the Lychee-specific requirements. -If you would like to serve from a subdirectory, take a look at [the FAQ](https://lycheeorg.github.io/docs/faq.html#can-i-host-lychee-with-a-subpath-with-nginx-like-httpsexampledevlychee). +If you would like to serve from a subdirectory, take a look at [the FAQ](https://lycheeorg.github.io/docs/faq_installation.html#can-i-host-lychee-with-a-subpath-with-nginx-like-httpsexampledevlychee). ```nginx server {