nginx / unit

NGINX Unit - universal web app server - a lightweight and versatile open source server that simplifies the application stack by natively executing application code across eight different programming language runtimes.
https://unit.nginx.org
Apache License 2.0
5.27k stars 324 forks source link

Fix port number in listener object for php hello world app #995

Closed oCHRISo closed 7 months ago

oCHRISo commented 8 months ago

Changing port number from 8000 to 8080 for the php hello world app

ac000 commented 8 months ago

Hmm, https://github.com/nginx/unit/pull/816/commits/6f63cc8a7448930a0502cb7328c844eb1124cdfb

ac000 commented 7 months ago

Merged as https://github.com/nginx/unit/commit/3fdf8c63a2dd4b3d676754d2e605877a8689e4c9, thanks!