teamhephy / router

MIT License
4 stars 10 forks source link

fix(model): remove deprecated nginx http2 options #73

Closed felixbuenemann closed 2 years ago

felixbuenemann commented 2 years ago

This PR fixes deprecation warnings in nginx.conf caused by PR #70 for the following options:

This removes the following router annotations:

The options were deprecated in nginx 1.19.7 and are spamming the log with warnings whenever the router reloads the configuration.

These settings are now controlled by the large_client_header_buffers configuration directive, which can be set via these existing annotations: