Skip to content

Commit 2993a08

Browse files
authored
Merge pull request #349 from jc21/develop
v2.2.1
2 parents 96bc0b5 + 2a2d3d5 commit 2993a08

File tree

7 files changed

+423
-285
lines changed

7 files changed

+423
-285
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.0
1+
2.2.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<p align="center">
22
<img src="https://nginxproxymanager.com/github.png">
33
<br><br>
4-
<img src="https://img.shields.io/badge/version-2.2.0-green.svg?style=for-the-badge">
4+
<img src="https://img.shields.io/badge/version-2.2.1-green.svg?style=for-the-badge">
55
<a href="https://hub.docker.com/repository/docker/jc21/nginx-proxy-manager">
66
<img src="https://img.shields.io/docker/stars/jc21/nginx-proxy-manager.svg?style=for-the-badge">
77
</a>

backend/templates/proxy_host.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ server {
3232

3333
{% if allow_websocket_upgrade == 1 or allow_websocket_upgrade == true %}
3434
proxy_set_header Upgrade $http_upgrade;
35-
proxy_set_header Connection "upgrade";
35+
proxy_set_header Connection $http_connection;
3636
proxy_http_version 1.1;
3737
{% endif %}
3838

backend/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ acorn-jsx@^5.1.0:
3737
integrity sha512-tMUqwBWfLFbJbizRmEcWSLw6HnFzfdJs2sOJEOwwtVPMoH/0Ay+E703oZz78VSXZiiDcZrQ5XKjPIUQixhmgVw==
3838

3939
acorn@^7.1.0:
40-
version "7.1.0"
41-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.1.0.tgz#949d36f2c292535da602283586c2477c57eb2d6c"
42-
integrity sha512-kL5CuoXA/dgxlBbVrflsflzQ3PAas7RYZB52NOm/6839iVYJgKMJ3cQJD+t2i5+qFa8h3MDpEOJiS64E8JLnSQ==
40+
version "7.1.1"
41+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.1.1.tgz#e35668de0b402f359de515c5482a1ab9f89a69bf"
42+
integrity sha512-add7dgA5ppRPxCFJoAGfMDi7PIBXq1RtGo7BhbLaxwrXPOmw8gq48Y9ozT01hUKy9byMjlR20EJhu5zlkErEkg==
4343

4444
ajv@^6.10.0, ajv@^6.10.2, ajv@^6.11.0:
4545
version "6.11.0"

docs/setup/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
Don't worry, this is easy to do.
88

9-
The app requires a configuration file to let it know what database you're using.
9+
The app requires a configuration file to let it know what database you're using. By default, this file is called config.json.
1010

1111
Here's an example configuration for `mysql` (or mariadb) that is compatible with the docker-compose example below:
1212

@@ -88,6 +88,7 @@ Then:
8888
docker-compose up -d
8989
```
9090

91+
The config file (config.json) must be present in this directory.
9192

9293
### Running on Raspberry PI / ARM devices
9394

docs/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4928,9 +4928,9 @@ [email protected]:
49284928
integrity sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=
49294929

49304930
minimist@^1.2.0:
4931-
version "1.2.0"
4932-
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
4933-
integrity sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=
4931+
version "1.2.2"
4932+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.2.tgz#b00a00230a1108c48c169e69a291aafda3aacd63"
4933+
integrity sha512-rIqbOrKb8GJmx/5bc2M0QchhUouMXSpd1RTclXsB41JdL+VtnojfaJR+h7F9k18/4kHUsBFgk80Uk+q569vjPA==
49344934

49354935
mississippi@^3.0.0:
49364936
version "3.0.0"

0 commit comments

Comments
 (0)