... location / { add_header Access-Control-Allow-Origin *; root /usr/share/nginx/html; try_files $uri $uri/ /index.html; } location /api/ { proxy_pass ...
確定! 回上一頁