fix port conflict

This commit is contained in:
Saufi
2026-06-24 20:35:01 +08:00
parent 3f948032b0
commit d7b4089440
3 changed files with 28 additions and 9 deletions

View File

@@ -16,8 +16,10 @@ APP_KEY=
APP_DEBUG=false
APP_URL=http://localhost
# Port nginx pada host (dev 8000; prod 80). Untuk tukar, hantar --env-file .env.docker
APP_PORT=80
# Port nginx pada host. Pada prod ia diikat ke 127.0.0.1:<APP_PORT> (loopback),
# host nginx reverse-proxy yang dedah domain awam. Guna port UNIK (elak langgar
# projek lain di server, cth spr2026=8007, taklimat=8008).
APP_PORT=8009
APP_LOCALE=ms
APP_FALLBACK_LOCALE=en