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

fix errors in the nginx config

parent 7cb8ffac
No related branches found
No related tags found
2 merge requests!21New css dev,!13Dev
Pipeline #7571 passed
location ~ /sv2.* {
root /opt/strudel2/spa;
location ~ /.* {
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