設定nginx config ; listen 80 ; root /var/www; # serve 靜態檔案位置 ; index index.html; location ; ^~ /api/v1 { # 當api prefix request 過來會proxy 給 ...
確定! 回上一頁