Hello folks,
I'm having difficulties accessing a Wordpress instance via NGINX and am at a loss. Maybe someone here can help? I would be very grateful.
The situation:
Wordpress
OS Debian 12 - Proxmox LXC Container
Apache 2.4.61
MariaDB 10.11.6
PHP 8.3.9
NGINX
NGINX Proxy Manager - Docker - Proxmox LXC Container
Both systems are up to date. The NGINX Docker is up to date.
I can call up the NGINX Proxy Manager in the browser and have already set up other proxy hosts. So far without any problems when issuing ‘Lets Encrypt certificates’. I have done all this via the web interface. Only when connecting the Wordpress instance do I always get the error message ‘Internal Error’ and have no idea how best to proceed.
The DNS records are definitely set correctly. I am correctly forwarded from the WAN to the NRP and the other subdomains. The only difference is that this time it is the TLD and not a subdomain.
The content of the Apache V-Host file looks like this:
(/etc/apache2/sites-enabled/TLD.conf )
<VirtualHost *:80>
ServerAdmin admin@TLD
ServerName TLD
ServerAlias www.TLD
DocumentRoot /var/www/TLD
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
The proxy host is displayed as ‘Online’ in the web interface.
The Wordpress instance is accessible in the LAN.
What haven't I thought of yet? What have I forgotten?
Maybe you can think of something.
Greetings from Berlin
Dennis