Comment puis-je avoir la même règle pour deux emplacements dans la configuration NGINX?
J'ai essayé ce qui suit
server {
  location /first/location/ | /second/location/ {
  ..
  ..
  }
}
mais nginx reload a jeté cette erreur:
nginx: [emerg] invalid number of arguments in "location" directive**