File tree Expand file tree Collapse file tree 7 files changed +423
-285
lines changed Expand file tree Collapse file tree 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 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 >
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ acorn-jsx@^5.1.0:
3737 integrity sha512-tMUqwBWfLFbJbizRmEcWSLw6HnFzfdJs2sOJEOwwtVPMoH/0Ay+E703oZz78VSXZiiDcZrQ5XKjPIUQixhmgVw==
3838
3939acorn@^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
4444ajv@^6.10.0, ajv@^6.10.2, ajv@^6.11.0 :
4545 version "6.11.0"
Original file line number Diff line number Diff line change 66
77Don'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
1111Here's an example configuration for ` mysql ` (or mariadb) that is compatible with the docker-compose example below:
1212
8888docker-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
Original file line number Diff line number Diff line change @@ -4928,9 +4928,9 @@ minimist@0.0.8:
49284928 integrity sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=
49294929
49304930minimist@^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
49354935mississippi@^3.0.0 :
49364936 version "3.0.0"
You can’t perform that action at this time.
0 commit comments