SP8: 2025-01-15 22:47:59

This commit is contained in:
Ralf Koop
2025-01-15 22:47:59 +01:00
parent d8d39eeb9b
commit a9f6785a9d
2 changed files with 28 additions and 0 deletions
+14
View File
@@ -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;
}