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
f845f10e
Commit
f845f10e
authored
May 14, 2021
by
Nitin Jadhav
Browse files
Trying to fix nginx issue
parent
22704065
Pipeline
#155867
passed with stages
in 14 minutes and 17 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 @
f845f10e
...
...
@@ -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