Skip to content

Commit

Permalink
fix slackin ip ti permanent
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlok committed Apr 7, 2016
1 parent 1b457f7 commit e8143e0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions nginx/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,8 @@ server {
}


env SLACKIN_PORT_3000_TCP_ADDR;
perl_set $slackin 'sub { return $ENV{"SLACKIN_PORT_3000_TCP_ADDR"}; }';

server {
listen 80;
server_name slack.ukrops.club;
proxy_pass http://$slackin:3000;
proxy_pass http://10.7.0.3:3000;
}

0 comments on commit e8143e0

Please sign in to comment.