Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
embl.org
html-sites
embl-jobs-pages
Commits
50859ea1
Commit
50859ea1
authored
May 14, 2021
by
Nitin Jadhav
Browse files
Merge branch 'nginx-routing-fix' into 'master'
Trying to fix nginx issue See merge request
!35
parents
a2e1d1e1
f845f10e
Pipeline
#155879
passed with stages
in 5 minutes and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docker-assets/default.conf
docker-assets/default.conf
+1
-1
No files found.
docker-assets/default.conf
View file @
50859ea1
...
...
@@ -8,7 +8,7 @@ server {
location
/ {
expires
5
m
;
add_header
Cache
-
Control
"public"
;
try_files
$
uri
/
index
.
html
;
try_files
$
uri
.
html
$
uri
/ $
uri
=
404
;
}
error_page
404
/
404
/
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