Skip to content
Snippets Groups Projects
Commit e3ab0014 authored by Chris Hines's avatar Chris Hines
Browse files

fix the path to strudel SPA install

parent d922185b
No related branches found
No related tags found
1 merge request!3Master
Pipeline #6880 passed
location ~ /sv2.* {
root /var/www/sv2/dist/;
root /opt/strudel2/spa/sv2;
#alias /var/www/sv2/dist/sv2/;
try_files $uri$args $uri$args/ $uri/ /sv2/index.html;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment