最佳答案
如何在NGINX配置中对两个位置有相同的规则?
我尝试过以下方法
server {
location /first/location/ | /second/location/ {
..
..
}
}
但是nginx重载抛出了这个错误:
nginx: [emerg] invalid number of arguments in "location" directive**