Arch Linux 安裝 nginx
安裝 nginx
# pacman -S nginx
預設設定為 localhost 80 port,
使用 systemd 來執行 nginx (一次性)
# systemctl start nginx.service
或者啟動此服務 (開機自動執行)
# systemctl enable nginx.service
這時候可以在 http://localhost 看到預設網頁了喔!
nginx 主要設定檔為 /etc/nginx/nginx.conf,可以使用 nano 編輯
# nano /etc/nginx/nginx.conf
預設網頁為 /usr/share/nginx/html/index.html,可以使用 cat 查詢
# cat /usr/share/nginx/html/index.html
相關文章:
nginx 使用正則表達式將特定網址重導向
資料來源:
Arch Wiki - nginx
https://wiki.archlinux.org/index.php/Nginx
Arch Wiki - systemd
https://wiki.archlinux.org/index.php/Systemd#Using_units
沒有留言:
張貼留言