Skip to content

Commit

Permalink
nginx plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
agnessa committed Aug 4, 2023
1 parent 1ef8cfa commit 82ac0c2
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,8 @@ location /documentation {
location /i18n {
proxy_pass http://0.0.0.0:1337/i18n;
}

# CMS
location /plugins {
proxy_pass http://0.0.0.0:1337/plugins;
}

0 comments on commit 82ac0c2

Please sign in to comment.