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
c9b551fd
Commit
c9b551fd
authored
May 14, 2021
by
Nitin Jadhav
Browse files
Merge branch 'nginx-routing-fix' into 'master'
Fixed nginx problem! See merge request
!36
parents
50859ea1
ee25c9d4
Pipeline
#155900
passed with stages
in 36 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
docker-assets/default.conf
docker-assets/default.conf
+3
-3
No files found.
docker-assets/default.conf
View file @
c9b551fd
...
...
@@ -6,9 +6,9 @@ server {
index
index
.
html
;
location
/ {
expires
5
m
;
add_header
Cache
-
Control
"public"
;
try_files
$
uri
.
html
$
uri
/ $
uri
=
404
;
expires
5
m
;
add_header
Cache
-
Control
"public"
;
try_files
$
uri
$
uri
/ /
jobs
/
index
.
html
;
}
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