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