SP8: 2025-01-15 22:47:59
This commit is contained in:
@@ -75,3 +75,17 @@ Herbert Pflegebett
|
||||
rezept warum nicht ?
|
||||
|
||||
|
||||
|
||||
NgixProxyManager Host
|
||||
192.168.132.19:7005
|
||||
Advanced :![[Heute 2025-01-15 22.47.41.excalidraw]]
|
||||
location / {
|
||||
set $destination $http_destination;
|
||||
if ($destination ~* ^https(.+)$) {
|
||||
set $destination http$1;
|
||||
}
|
||||
proxy_set_header Destination $destination;
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Forwarded-For $remote_addr;
|
||||
proxy_pass http://192.168.132.19:7005;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user