You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please consider adding optional GeoIP2 module support to the official nginx_proxy add-on.
Use case
The add-on already supports custom NGINX snippets via the customize options. This makes it possible to add custom directives under /share, but GeoIP2-based configuration cannot currently be used because the required NGINX module does not appear to be installed in the add-on image.
For example, a custom snippet that uses a variable such as $geoip2_data_country_code causes NGINX startup to fail with:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
Feature request
Please consider adding optional GeoIP2 module support to the official
nginx_proxyadd-on.Use case
The add-on already supports custom NGINX snippets via the
customizeoptions. This makes it possible to add custom directives under/share, but GeoIP2-based configuration cannot currently be used because the required NGINX module does not appear to be installed in the add-on image.For example, a custom snippet that uses a variable such as
$geoip2_data_country_codecauses NGINX startup to fail with:Beta Was this translation helpful? Give feedback.
All reactions