Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Statistical-Genetics
jass
Commits
94bc2f3b
Commit
94bc2f3b
authored
Jul 26, 2021
by
Hervé Ménager
Browse files
correct nginx configuration
parent
a55ff321
Changes
1
Hide whitespace changes
Inline
Side-by-side
client/nginx.conf
View file @
94bc2f3b
...
...
@@ -3,15 +3,13 @@ server {
listen
[::]:80
;
server_name
localhost
;
root
/usr/share/nginx/html
;
location
/
{
root
/usr/share/nginx/html
;
try_files
$uri
$uri
/index.html
index.html
;
try_files
$uri
$uri
/index.html
/index.html
;
}
error_page
500
502
503
504
/50x.html
;
location
=
/50x.html
{
root
/usr/share/nginx/html
;
}
}
Write
Preview
Supports
Markdown
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