Enable recipe proxy tunnel and slash routes

This commit is contained in:
“Naeel”
2026-08-29 02:57:06 +03:00
parent 9f0974aaa9
commit eae62e76f8
5 changed files with 37 additions and 3 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ location = /recipe {
}
location /recipe/ {
proxy_pass http://127.0.0.1:8770/;
proxy_pass http://127.0.0.1:8770/recipe/;
proxy_http_version 1.1;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;