File tree 7 files changed +423
-285
lines changed
7 files changed +423
-285
lines changed Original file line number Diff line number Diff line change 1
- 2.2.0
1
+ 2.2.1
Original file line number Diff line number Diff line change 1
1
<p align =" center " >
2
2
<img src =" https://nginxproxymanager.com/github.png " >
3
3
<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 " >
5
5
<a href =" https://hub.docker.com/repository/docker/jc21/nginx-proxy-manager " >
6
6
<img src="https://img.shields.io/docker/stars/jc21/nginx-proxy-manager.svg?style=for-the-badge">
7
7
</a >
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ server {
32
32
33
33
{% if allow_websocket_upgrade == 1 or allow_websocket_upgrade == true %}
34
34
proxy_set_header Upgrade $http_upgrade;
35
- proxy_set_header Connection "upgrade" ;
35
+ proxy_set_header Connection $http_connection ;
36
36
proxy_http_version 1.1;
37
37
{% endif %}
38
38
Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ acorn-jsx@^5.1.0:
37
37
integrity sha512-tMUqwBWfLFbJbizRmEcWSLw6HnFzfdJs2sOJEOwwtVPMoH/0Ay+E703oZz78VSXZiiDcZrQ5XKjPIUQixhmgVw==
38
38
39
39
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 ==
43
43
44
44
ajv@^6.10.0, ajv@^6.10.2, ajv@^6.11.0 :
45
45
version "6.11.0"
Original file line number Diff line number Diff line change 6
6
7
7
Don't worry, this is easy to do.
8
8
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.
10
10
11
11
Here's an example configuration for ` mysql ` (or mariadb) that is compatible with the docker-compose example below:
12
12
88
88
docker-compose up -d
89
89
```
90
90
91
+ The config file (config.json) must be present in this directory.
91
92
92
93
### Running on Raspberry PI / ARM devices
93
94
Original file line number Diff line number Diff line change 4928
4928
integrity sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=
4929
4929
4930
4930
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= =
4934
4934
4935
4935
mississippi@^3.0.0 :
4936
4936
version "3.0.0"
You can’t perform that action at this time.
0 commit comments