[31188f42] einfügen
einfügen
This commit is contained in:
@@ -169,13 +169,6 @@ http {
|
||||
|
||||
location /connector/ {
|
||||
# SuperOffice Connector Webhook & Dashboard
|
||||
# Auth enabled for dashboard access (webhook endpoint might need exclusion if public,
|
||||
# but current webhook_app checks token param so maybe basic auth is fine for /dashboard?)
|
||||
|
||||
# For now, let's keep it open or use token.
|
||||
# Ideally: /connector/webhook -> open, /connector/dashboard -> protected.
|
||||
# Nginx doesn't support nested locations well for auth_basic override without duplicating.
|
||||
# Simplified: Auth off globally for /connector/, rely on App logic or obscurity for now.
|
||||
auth_basic off;
|
||||
|
||||
# Forward to FastAPI app
|
||||
|
||||
Reference in New Issue
Block a user