4
ฉันจะมีกฎเดียวกันสำหรับสองสถานที่ในการกำหนดค่า NGINX ได้อย่างไร
ฉันจะมีกฎเดียวกันสำหรับสองสถานที่ในการกำหนดค่า NGINX ได้อย่างไร ฉันได้ลองทำสิ่งต่อไปนี้แล้ว server { location /first/location/ | /second/location/ { .. .. } } แต่การโหลดซ้ำ nginx ทำให้เกิดข้อผิดพลาดนี้: nginx: [emerg] invalid number of arguments in "location" directive**
153
nginx
nginx-location