How can I have same rule for two locations in NGINX config? How can I have same rule for two locations in NGINX config? I have tried the following server { location /first/location/ | /second/location/ { .. .. } } but... May 24, 2022 0 Comments