aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjuhlig <[email protected]>2020-02-27 09:15:12 +0100
committerjuhlig <[email protected]>2020-02-27 09:15:12 +0100
commit13074a6a7cbdfc19eb18f00f8c99c2481e0893b1 (patch)
tree53448db1829433f833cbacc0219d57a304053cee
parent9cc188373fa37c22cf53e85fd43dbab524c32f55 (diff)
downloadranch-13074a6a7cbdfc19eb18f00f8c99c2481e0893b1.tar.gz
ranch-13074a6a7cbdfc19eb18f00f8c99c2481e0893b1.tar.bz2
ranch-13074a6a7cbdfc19eb18f00f8c99c2481e0893b1.zip
Update ranch_server and ranch_server_proxy on upgrade
-rw-r--r--src/ranch.appup8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ranch.appup b/src/ranch.appup
index 2c59736..9196d0d 100644
--- a/src/ranch.appup
+++ b/src/ranch.appup
@@ -15,8 +15,8 @@
{update, ranch_listener_sup, supervisor},
{load_module, ranch_protocol},
{load_module, ranch_proxy_header},
- {load_module, ranch_server},
- {load_module, ranch_server_proxy},
+ {update, ranch_server, {advanced, []}},
+ {update, ranch_server_proxy, {advanced, []}},
{load_module, ranch_ssl},
{update, ranch_sup, supervisor},
{load_module, ranch_tcp},
@@ -36,8 +36,8 @@
{update, ranch_listener_sup, supervisor},
{load_module, ranch_protocol},
{load_module, ranch_proxy_header},
- {load_module, ranch_server},
- {load_module, ranch_server_proxy},
+ {update, ranch_server, {advanced, []}},
+ {update, ranch_server_proxy, {advanced, []}},
{load_module, ranch_ssl},
{update, ranch_sup, supervisor},
{load_module, ranch_tcp},