[c] Updated Readme with Reverse Proxy section

This commit is contained in:
LogolicusZ 2024-07-04 21:56:28 +02:00
parent 30796be09a
commit b2d44543d9

View file

@ -99,4 +99,17 @@ Sobald das Panel live ist, kann man mit einem Administratorenkonto unter "Admin
> [!CAUTION]
> Dies erzwingt 2FA sofort auch für den angemeldeten Accounts
![basic administration -> settings -> general -> "Require 2-Factor Authentication" to "All Users"](../../assets/panel/enable-2fa.png)
![basic administration -> settings -> general -> "Require 2-Factor Authentication" to "All Users"](../../assets/panel/enable-2fa.png)
## Reverse Proxy
Das Caddyfile leitet alle Anfragen an `nugget.chat.space` über einen Reverse-Proxy an den Server `10.2.17.1:4090` weiter und sagt Caddy es soll die IP und location des requesters auch mit sended und die standart Konfiguration von Caddy ignorieren.
```Caddy
nugget.sangelo.space {
reverse_proxy 10.1.30.1:2080
header_up
header_up
}
```