瀏覽代碼

Mise à jour de 'nginx-entrypoint.sh'

penta 4 天之前
父節點
當前提交
63c32b5ca0
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      nginx-entrypoint.sh

+ 6 - 0
nginx-entrypoint.sh

@@ -1,5 +1,11 @@
+#!/bin/bash
+
 set -Eeuo pipefail
 
+mkdir -p \
+    /tmp/nginx/client_body \
+    /tmp/nginx/proxy
+
 AUTH_USER="${SELKIES_BASIC_AUTH_USER:-${USER:-ubuntu}}"
 AUTH_PASSWORD="${SELKIES_BASIC_AUTH_PASSWORD:-${PASSWD:-mypasswd}}"