Skip to content

Commit 93c4954

Browse files
Update FAQ links in installation.md (#114)
The FAQ has moved.
1 parent a6308bf commit 93c4954

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Note that there are up to three OS users which need to be taken into considerati
9191
For example, Apache executes the PHP interpreter as part of its own process if the extension `mod_php` is used.
9292
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.
9393
In both cases the PHP user is not of concern.
94-
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)
94+
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)
9595
- The user which you use for shell logins and to run scripts; called the **CLI user** in the following.
9696
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.
9797

@@ -179,7 +179,7 @@ RewriteRule ^ index.php [L]
179179
### nginx
180180

181181
This is a sample nginx server block. It does not include TLS, but covers the Lychee-specific requirements.
182-
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).
182+
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).
183183

184184
```nginx
185185
server {

0 commit comments

Comments
 (0)