Add * in access location of nginx configuration
Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com>
This commit is contained in:
parent
37e824c494
commit
d9407a3428
@ -45,7 +45,7 @@ server {
|
|||||||
rewrite ^/jwt /index.html break;
|
rewrite ^/jwt /index.html break;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ ^/[@_]/ {
|
location ~ ^/[@_*]/ {
|
||||||
try_files $uri $uri/ /index.html;
|
try_files $uri $uri/ /index.html;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user