Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for So (0.2 sec)

  1. docs/en/docs/advanced/behind-a-proxy.md

    Up to here, everything would work as normally.
    
    But then, when you open the integrated docs UI (the frontend), it would expect to get the OpenAPI schema at `/openapi.json`, instead of `/api/v1/openapi.json`.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu May 02 22:37:31 GMT 2024
    - 11.6K bytes
    - Viewed (2)
  2. docs/de/docs/advanced/behind-a-proxy.md

            {
                "url": "/api/v1"
            }
        ],
        "paths": {
                // Hier mehr Einstellungen
        }
    }
    ```
    
    In diesem Beispiel könnte der „Proxy“ etwa **Traefik** sein. Und der Server wäre so etwas wie **Uvicorn**, auf dem Ihre FastAPI-Anwendung ausgeführt wird.
    
    ### Bereitstellung des `root_path`
    
    Um dies zu erreichen, können Sie die Kommandozeilenoption `--root-path` wie folgt verwenden:
    
    <div class="termy">
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sat Mar 30 20:30:07 GMT 2024
    - 13.1K bytes
    - Viewed (0)
Back to top