From 20d897d76c9a70e1d8fb9d1f169f15a031014bc1 Mon Sep 17 00:00:00 2001 From: SarthakAjmera26 Date: Fri, 4 Oct 2024 18:00:46 +0530 Subject: [PATCH] Use newer runtimes and let nginx serve static files --- appengine/flexible/staticcontent/app.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/appengine/flexible/staticcontent/app.yaml b/appengine/flexible/staticcontent/app.yaml index 5ccf142254..8b5360cc02 100644 --- a/appengine/flexible/staticcontent/app.yaml +++ b/appengine/flexible/staticcontent/app.yaml @@ -3,3 +3,8 @@ env: flex runtime_config: document_root: web + operating_system: ubuntu22 + runtime_version: 8.3 + +build_env_variables: + NGINX_SERVES_STATIC_FILES: true