Skip to content

Commit

Permalink
Update FAQ links in installation.md
Browse files Browse the repository at this point in the history
The FAQ has moved.
  • Loading branch information
LudovicRousseau authored Jan 14, 2024
1 parent a6308bf commit c719837
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit c719837

Please sign in to comment.