Parcourir la source

Mise à jour de 'nginx-entrypoint.sh'

penta il y a 4 jours
Parent
commit
63c32b5ca0
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  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}}"