Skip to content

Commit

Permalink
fix proxy pass
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlok committed Apr 7, 2016
1 parent e8143e0 commit 288281c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nginx/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,7 @@ server {
server {
listen 80;
server_name slack.ukrops.club;
proxy_pass http://10.7.0.3:3000;
location / {
proxy_pass http://10.7.0.3:3000;
}
}

0 comments on commit 288281c

Please sign in to comment.