Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jass
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Statistical-Genetics
jass
Commits
94bc2f3b
Commit
94bc2f3b
authored
3 years ago
by
Hervé Ménager
Browse files
Options
Downloads
Patches
Plain Diff
correct nginx configuration
parent
a55ff321
No related branches found
Branches containing commit
No related tags found
Tags containing commit
3 merge requests
!52
Bring all changes from dev into master
,
!51
merge fast-api into dev
,
!42
[WIP - do not merge for now] modify docker-compose to use the nuxtjs client
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
client/nginx.conf
+3
-5
3 additions, 5 deletions
client/nginx.conf
with
3 additions
and
5 deletions
client/nginx.conf
+
3
−
5
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
;
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment