Fix: APP_USER default auf www-data – kein 404 mehr nach Update
Artisan-Befehle (config:cache, route:cache, optimize:clear) liefen als 'mailwolt'-User, PHP-FPM läuft als 'www-data' → Cache-Dateien nicht lesbar → 404 nach jedem Update. Default auf www-data gesetzt damit beide User übereinstimmen. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>main v1.1.306
parent
e0128312cf
commit
a51f271069
|
|
@ -2,7 +2,7 @@
|
|||
set -euo pipefail
|
||||
|
||||
# -------- Konfiguration -------------------------------------------------------
|
||||
APP_USER="${APP_USER:-mailwolt}"
|
||||
APP_USER="${APP_USER:-www-data}"
|
||||
APP_GROUP="${APP_GROUP:-www-data}"
|
||||
APP_DIR="${APP_DIR:-/var/www/mailwolt}"
|
||||
BRANCH="${BRANCH:-main}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue