Quantcast
Channel: Nginx Forum - How to...
Viewing all articles
Browse latest Browse all 4759

Re: Redirect everything to HTTPS except one URL

$
0
0
map $request_uri $requri {
default 1;
/wc-api/ 0;
}

server {
if ($requri) { return 301 https://$host$request_uri; }
location /wc-api/ { ... }

Viewing all articles
Browse latest Browse all 4759

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>