[c] added issue

This commit is contained in:
miliena 2024-07-09 21:40:26 +02:00
parent 32a9a56f46
commit 9923c6572f

View file

@ -9,6 +9,7 @@
- [Deployment vom Panel](#deployment-vom-panel)
- [2FA](#2fa)
- [Reverse Proxy](#reverse-proxy)
- [Probleme](#probleme)
## LXC Container
@ -117,4 +118,8 @@ nugget.sangelo.space {
header_up Host {upstream_hostport}
}
}
```
```
## Probleme
Nach dem Deployen vom Panel hatten wir das Problem, dass nach jeder Änderung im Panel ein Server Error 500 aufgetaucht ist. Dank einem [offenen Issue](https://github.com/pterodactyl/panel/issues/5051) haben wir erkannt, dass es sich um ein Berechtigungsfehler im Container handelt. Nachdem wir beim erneuten Deployment folgenden Befehl `docker compose exec panel chown -R nginx: /app/storage/logs/` verwendet haben, hat alles funktioniert.