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
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