@@ -187,7 +187,7 @@ server {
proxy_set_header Host {{domain}}.test.proginn.com;
}
- location /learn {
+ location ^~ /learn {
rewrite ^/learn(.*)$ https://{{domain}}.test.proginn.com$1 permanent;