Skip to content
Snippets Groups Projects
sv2.conf 155 B
location ~ /sv2.* {
        root /opt/strudel2/spa;
        #alias /var/www/sv2/dist/sv2/;
        try_files $uri$args $uri$args/ $uri/ /sv2/index.html;
}