nginx location regex 2a

Solutions on MaxInterview for nginx location regex 2a by the best coders in the world

showing results for - "nginx location regex 2a"
Gianluca
15 Sep 2018
1
2location / {
3    ...
4}
5
Gianluca
20 Mar 2017
1location /graphcms  {
2      rewrite ^/graphcms(.*) /v2/c1a2tld/master/$1 break;
3      proxy_pass https://api-eu-central-1.graphcms.com;
4    }
5