fix port conflict
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user