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

fix up the nginx snippet

parent b9063b40
2 merge requests!28Dev,!21New css dev
Pipeline #8029 passed
location ~ /.* {
root /opt/strudel2/spa/sv2/;
#alias /var/www/sv2/dist/sv2/;
try_files $uri$args $uri$args/ $uri/ /sv2/index.html;
try_files $uri$args $uri$args/ $uri/ /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