ฉันติดตั้ง Nginx โดยใช้homebrewและหลังจากเสร็จสิ้นการติดตั้งข้อความต่อไปนี้จะปรากฏขึ้น:
In the interest of allowing you to run `nginx` without `sudo`, the default
port is set to localhost:8080.
If you want to host pages on your local machine to the public, you should
change that to localhost:80, and run `sudo nginx`. You'll need to turn off
any other web servers running port 80, of course.
You can start nginx automatically on login running as your user with:
mkdir -p ~/Library/LaunchAgents
cp #{prefix}/org.nginx.nginx.plist ~/Library/LaunchAgents/
launchctl load -w ~/Library/LaunchAgents/org.nginx.nginx.plist
Though note that if running as your user, the launch agent will fail if you
try to use a port below 1024 (such as http's default of 80.)
แต่ฉันต้องการ Nginx, บนพอร์ต 80, ทำงานที่การเข้าสู่ระบบและฉันไม่ต้องการเปิดเทอร์มินัลและพิมพ์sudo nginx
เพื่อทำมัน ฉันต้องการให้โหลดจากไฟล์ plist เช่น Redis และ PostgreSQL
ฉันย้าย Plist ไป/Library/LaunchAgents/
จากโฟลเดอร์เทียบเท่าผู้ใช้และเปลี่ยนความเป็นเจ้าของแล้วลองตั้งuser
คำสั่งในnginx.conf
ไฟล์และยังคงเป็นข้อความแสดงข้อผิดพลาดเดียวกันใน Console.app:
nginx: [emerg] bind() to 0.0.0.0:80 failed (13: Permission denied)
(พร้อมกับข้อความอื่นบอกฉันว่าตั้งแต่nginx
ถูกเรียกใช้โดยไม่มีสิทธิ์พิเศษสำหรับผู้ใช้user
คำสั่งก็ถูกเพิกเฉย)