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 a03a0f5 commit da0fa65
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -33,12 +33,20 @@ All the page must use UTF-8 encoding.
## 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 da0fa65

Please sign in to comment.