Dev 1.2 #70

Merged
LukeGus merged 14 commits from dev-1.2 into main 2025-08-13 17:01:31 +00:00
Showing only changes of commit 07a8fc3e50 - Show all commits

View File

@@ -54,6 +54,15 @@ http {
proxy_set_header X-Forwarded-Proto $scheme;
}
location /ssh/bulk-import/ {
proxy_pass http://127.0.0.1:8081;
proxy_http_version 1.1;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
}
location /ssh/websocket/ {
proxy_pass http://127.0.0.1:8082/;
proxy_http_version 1.1;