Skip to content

Commit

Permalink
+ g-api
Browse files Browse the repository at this point in the history
  • Loading branch information
yowenter committed Jan 3, 2019
1 parent 5c8454f commit 8df54b1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,15 @@ server {
}


server {

listen 80;
server_name g-api.heytaoge.com;
location / {

proxy_pass http://localhost:8088;

}


}

0 comments on commit 8df54b1

Please sign in to comment.