Skip to content

Commit

Permalink
Merge pull request #296 from gyselroth/v3.2.x
Browse files Browse the repository at this point in the history
fixes invalid port binding
  • Loading branch information
raffis authored Mar 27, 2020
2 parents cc7643b + 612812c commit 4811e9f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 3.2.16
**Maintainer**: balloon-team <[email protected]>\
**Date**: Fri Mar 27 12:49:03 CET 2020

### Bugfixes
* Fixes invalid port binding 8080 instead 80


## 3.2.15
**Maintainer**: balloon-team <[email protected]>\
**Date**: Tue Mar 24 16:10:03 CET 2020
Expand Down
2 changes: 2 additions & 0 deletions packaging/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ add_header Content-Security-Policy "default-src 'self' 'unsafe-inline' 'unsafe-e
server_tokens off;

server {
listen 8080;

location / {
root /usr/share/balloon-web;
index index.html;
Expand Down

0 comments on commit 4811e9f

Please sign in to comment.