FS: Modify `nginx.conf` so `Goto` is managed by backend (#110402)

This commit is contained in:
Laura Fernández 2025-09-01 13:02:17 +02:00 committed by GitHub
parent 4475e2ad19
commit 0b7cb8c17c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ server {
}
# API calls go to the backend
location ~ ^/(api|apis|avatar|bootdata|render|logout|public\/plugins) {
location ~ ^/(api|apis|avatar|bootdata|render|logout|public\/plugins|goto) {
# Add debug headers to the response
add_header Nginx-Trace-Id $otel_trace_id always;
add_header Nginx-Route "backend" always;