SP8: 2025-01-15 22:47:59
This commit is contained in:
parent
d8d39eeb9b
commit
a9f6785a9d
14
Bilder/Heute 2025-01-15 22.47.41.excalidraw.md
Normal file
14
Bilder/Heute 2025-01-15 22.47.41.excalidraw.md
Normal file
@ -0,0 +1,14 @@
|
||||
---
|
||||
|
||||
excalidraw-plugin: parsed
|
||||
tags: [excalidraw]
|
||||
|
||||
---
|
||||
==⚠ Switch to EXCALIDRAW VIEW in the MORE OPTIONS menu of this document. ⚠== You can decompress Drawing data with the command palette: 'Decompress current Excalidraw file'. For more info check in plugin settings under 'Saving'
|
||||
|
||||
|
||||
## Drawing
|
||||
```compressed-json
|
||||
N4IgLgngDgpiBcIYA8DGBDANgSwCYCd0B3EAGhADcZ8BnbAewDsEAmcm+gV31TkQAswYKDXgB6MQHNsYfpwBGAOlT0AtmIBeNCtlQbs6RmPry6uA4wC0KDDgLFLUTJ2lH8MTDHQ0YNMWHRJMRZFEIBWMiRPVRhGMBoEAG0AXXJ0KCgAZQCwPlBJfDxM7A0+Rk5MTHIdGCIAIXRUAGsCrkZcAGF6THp8BBAAYgAzEdGQAF9xoA===
|
||||
```
|
||||
%%
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user