skip to Main Content

configure nginx with wordpress

I am trying to configure nginx with wordpress. the Apache server is running on port 8083. the wordpress url is https://dhahbya.com my nginx config file is : server { listen *:443 ssl; server_name www.dhahbya.com dhahbya.com; ssl_certificate ****************; ssl_certificate_key **************; location…

VIEW QUESTION

NGINX – Remove TLS v1.3

We are facing 502 error at our IIS web server, which used to work fine up to recently. We had to change our reverse proxy machine: went from Ubuntu 18.04 to Ubuntu 22.04, and in this proccess the NGINX version…

VIEW QUESTION

Nginx geoip does not show the country in the logs – Docker

I am using a public repo for nginx configured for geolocation with geoip, but I am getting dashes in the fields $geoip2_data_country_code $geoip2_data_country_name'. I have the following Dockerfile: FROM alpine:3.11 COPY GeoLite2-Country.mmdb /usr/share/geoip/ # Install libmaxminddb and ngx_http_geoip2_module ENV MAXMIND_VERSION=1.2.1…

VIEW QUESTION
Back To Top
Search