Skip to content

Commit

Permalink
more CMS reverse-proxy config
Browse files Browse the repository at this point in the history
  • Loading branch information
nicedexter committed May 3, 2020
1 parent da3e589 commit 09db717
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ http {
proxy_pass http://backend:1337/content-manager;
}

location /content-type-builder {
proxy_pass http://backend:1337/content-type-builder;
}

location /upload {
proxy_pass http://backend:1337/upload;
}

# Strapi API configuration
location /uploads {
proxy_pass http://backend:1337/uploads;
Expand Down

0 comments on commit 09db717

Please sign in to comment.