Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

346
Views
Nginx : how to regrex on Nginx url wildcard?

I want to configure regular expression on location example: /order-service/js/app.js or /order-service/js/xxxx/xxxxxx/app.js like this,

So order-service will be set proxy_pass://order-service/js/xxxx/xxxxxx/app.js that means I will get 2 variables, one is order-service, and another is /js/xxxx/xxxx/app.js, so how can I write the URL wildcard?

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

location ~ ^/(order-service)(/js/.*) {}

or more specific:

location ~ ^/(order-service)(/js.*/app.js) {}
over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!