Skip to content

Commit ddfeed7

Browse files
committed
Forward only /policies page
1 parent cff7481 commit ddfeed7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/nginx.conf.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ http {
6464
proxy_pass http://app_server;
6565
}
6666

67-
# Just in case, only forward "/" to Ember for a moment
68-
location = / {
67+
# Just in case, only forward "/policies" to Ember for a moment
68+
location = /policies {
6969
proxy_pass http://localhost:9000;
7070
}
7171

0 commit comments

Comments
 (0)