Skip to content

Commit

Permalink
update readme nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
chzyer committed Mar 5, 2012
1 parent 3b59599 commit a03a0f5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,16 @@ All the page must use UTF-8 encoding.
## TODO

- **support asynchronous**

## Bind NginX

server {
listen 80;
server_name julia;
index index.html index.htm;
location / {
proxy_pass http://127.0.0.1:4444;
proxy_set_header Host $host;
}
}

0 comments on commit a03a0f5

Please sign in to comment.