ccf 4 anni fa
parent
commit
858c46f70d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      config/nginx/template/proginn.nginx.conf

+ 1 - 1
config/nginx/template/proginn.nginx.conf

@@ -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;
     }