Skip to content

Commit d9ad39d

Browse files
committed
heroku
1 parent 2d92c54 commit d9ad39d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nginx/nginx.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ server {
44
location /static {
55
alias /usr/local/pear/admin_backend/static;
66
}
7+
78

89
location / {
910
proxy_pass http://127.0.0.1:9000/;

0 commit comments

Comments
 (0)