Sfoglia il codice sorgente

Mise à jour de 'nginx-entrypoint.sh'

penta 4 giorni fa
parent
commit
63c32b5ca0
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  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}}"