Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
hpc-team
strudelv2_spa
Commits
d90ab7db
Commit
d90ab7db
authored
Oct 25, 2019
by
Chris Hines
Browse files
fix up the nginx snippet
parent
b9063b40
Pipeline
#8029
passed with stages
in 4 minutes and 39 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
sv2.conf
View file @
d90ab7db
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
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment