Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sepia
Hannah Arendt
Commentary Deployment
Commits
b952e043
Verified
Commit
b952e043
authored
Jan 31, 2022
by
hynek
🤤
Browse files
chore(nginx): add location "/download"
and redirect to existdb rest-like file service with the root "/db/data"
parent
94ca5851
Changes
1
Hide whitespace changes
Inline
Side-by-side
conf/nginx.conf
View file @
b952e043
...
...
@@ -15,6 +15,9 @@ http {
location
/api
{
proxy_pass
http://db:8080/exist/restxq
;
}
location
/download
{
proxy_pass
http://db:8080/exist/rest/db/data
;
}
location
/
{
proxy_pass
http://front:80
;
}
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment