[c] Updated Readme with Reverse Proxy section
This commit is contained in:
parent
30796be09a
commit
b2d44543d9
1 changed files with 14 additions and 1 deletions
|
@ -100,3 +100,16 @@ Sobald das Panel live ist, kann man mit einem Administratorenkonto unter "Admin
|
||||||
> Dies erzwingt 2FA sofort auch für den angemeldeten Accounts
|
> 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
|
||||||
|
}
|
||||||
|
```
|
Loading…
Reference in a new issue