Skip to content

Commit 41f1a65

Browse files
Update shiny/_main.py
Co-authored-by: Barret Schloerke <[email protected]>
1 parent 7f31975 commit 41f1a65

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

shiny/_main.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,8 @@ def run_app(
331331

332332
log_config: dict[str, Any] = copy.deepcopy(uvicorn.config.LOGGING_CONFIG)
333333

334-
# Workaround for workbench issue 7368
334+
# Workaround for nginx/uvicorn issue within Workbench
335+
# https://github.com/rstudio/rstudio-pro/issues/7368#issuecomment-2918016088
335336
deflate_args: DeflateArgs = {}
336337
if os.getenv("RS_SERVER_URL"):
337338
deflate_args = {

0 commit comments

Comments
 (0)