www/nginx: update package description

This commit is contained in:
Franco Fichtner 2022-05-17 15:37:36 +02:00
parent 8c48df65b2
commit 051ff70b00
2 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@ Plugin Changelog
1.27
* add support for custom configuration in stream server (contributed by Fabio Castagnino)
* add headers_more support (contributed by kulikov-a)
1.26

View File

@ -84,7 +84,7 @@
{% endif %}
include {{ server['@uuid'] }}_pre/*.conf;
{% if server.route_field == 'upstream' %}
{% if server.upstream is defined %}
{% set upstream = helpers.getUUID(server.upstream) %}