Skip to content
Snippets Groups Projects
Commit b92ba4da authored by Jacob Benz's avatar Jacob Benz
Browse files

add authority-api

parent a144bb9d
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,12 @@ server {
proxy_pass_request_headers on;
}
location /authority-api {
rewrite /authority-api/(.*) /$1 break;
proxy_pass http://authority-api:5700;
proxy_pass_request_headers on;
}
location / {
proxy_pass http://leafwriter:3000;
proxy_pass_request_headers on;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment