We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f31975 commit 41f1a65Copy full SHA for 41f1a65
shiny/_main.py
@@ -331,7 +331,8 @@ def run_app(
331
332
log_config: dict[str, Any] = copy.deepcopy(uvicorn.config.LOGGING_CONFIG)
333
334
- # Workaround for workbench issue 7368
+ # Workaround for nginx/uvicorn issue within Workbench
335
+ # https://github.com/rstudio/rstudio-pro/issues/7368#issuecomment-2918016088
336
deflate_args: DeflateArgs = {}
337
if os.getenv("RS_SERVER_URL"):
338
deflate_args = {
0 commit comments