I'm trying to set the port 80 while using the built-in Symfony Server on MacOS instead of defaulting to 8000. But keep getting this error:
[ERROR] PHP-FPM failed to start: pool www] please specify user and group other than root FPM initialization failed
Running then with "sudo" the "server:start --port=80" command seems to work but I only got a page with "File not found." displayed.
Any idea how I can use this port number?