[c] added issue
This commit is contained in:
parent
32a9a56f46
commit
9923c6572f
1 changed files with 6 additions and 1 deletions
|
@ -9,6 +9,7 @@
|
||||||
- [Deployment vom Panel](#deployment-vom-panel)
|
- [Deployment vom Panel](#deployment-vom-panel)
|
||||||
- [2FA](#2fa)
|
- [2FA](#2fa)
|
||||||
- [Reverse Proxy](#reverse-proxy)
|
- [Reverse Proxy](#reverse-proxy)
|
||||||
|
- [Probleme](#probleme)
|
||||||
|
|
||||||
## LXC Container
|
## LXC Container
|
||||||
|
|
||||||
|
@ -118,3 +119,7 @@ nugget.sangelo.space {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## 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.
|
Loading…
Reference in a new issue