NGINX mangling rewrites when encoded URLs present

2018-05-05 Thread Bob Smith via nginx
nginx version: nginx/1.13.12 This is my rewrite: location / { rewrite ^/(.*)$ https://example.net/$1 permanent; } I am getting some really odd behavior. For example: mysubdomain.example.com/CL0/https:%2F%2Fapple.com Gets re-written to example.net/CLO/https:/apple.com Only o

Upgradeing from stable to mainline via repo ?

2018-04-08 Thread Bob Smith via nginx
Hi, I've currently got stable installed via the NGINX Centos 7 repo. Is there a "supported", seamless way to "upgrade" from stable to mainline via the repo ? Or do I have to go the nuclear option via uninstall and re-install ? Thanks ! Bob___ nginx