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