diff options
Diffstat (limited to 'nginx.conf')
-rw-r--r-- | nginx.conf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ server { real_ip_recursive on; } # Proxy docs to FastAPI - location /docs/ { + location /docs { proxy_pass http://localhost:5252/docs; } # Proxy /openapi.json to FastAPI |