Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid more issues because people can't read release notes... #2124

Merged
merged 2 commits into from Dec 30, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 3 additions & 2 deletions resources/views/components/warning-misconfiguration.blade.php
Expand Up @@ -8,9 +8,10 @@
<pre style="font-size: 16px; display:inline-block; margin: 0;">APP_URL=https://lychee.example.com</pre>
</li>
<li style="font-size: 20px; margin-bottom: 10px;">if you are working behind a reverse proxy, that
<pre style="font-size: 16px; display:inline-block; margin: 0;">TRUSTED_PROXIES</pre> is set.<br>
<pre style="font-size: 16px; display:inline-block; margin: 0;">TRUSTED_PROXIES</pre> is set to the forwarding ip.<br>
For example:
<pre style="font-size: 16px; display:inline-block; margin: 0;">TRUSTED_PROXIES=*</pre>.
<pre style="font-size: 16px; display:inline-block; margin: 0;">TRUSTED_PROXIES=*</pre><br>
Note that the wildcard value (<pre style="font-size: 16px; display:inline-block; margin: 0;">*</pre>) is a very <b>insecure</b> option and not recommended.
ildyria marked this conversation as resolved.
Show resolved Hide resolved
</li>
<li style="font-size: 20px; margin-bottom: 10px;">if you are working behind an apache reverse proxy, that
the forwarding headers are properly set.<br>
Expand Down