Getting weird issue with Nginx reverse Proxy
Rainer Duffner
rainer at ultra-secure.de
Fri Mar 4 20:00:11 UTC 2022
> Am 04.03.2022 um 04:37 schrieb blason <nginx-forum at forum.nginx.org>:
>
> Here is Apache config
>
> <VirtualHost fs.example.com:80>
> ServerAdmin webmaster at example.com
> DocumentRoot /var/www/fs/
> ServerName fs.example.com
> ServerAlias fs.example.com
> ErrorLog /var/log/apache2/fs/error.log
> CustomLog /var/log/apache2/fs/access.log combined
> LogFormat "%{X-Forwarded-For}i %l %u %t \"%r\" %>s %b \"%{Referer}i\"
> \"%{User-Agent}i\"" proxy
> #SetEnvIf X-Forwarded-For "^.*\..*\..*\..*" forwarded
> #CustomLog "logs/access_log" combined env=!forwarded
> #CustomLog "logs/access_log" proxy env=forwarded
>
> <Directory "/var/www/fs/">
> Options Indexes FollowSymLinks Includes ExecCGI
> </Directory>
> </VirtualHost>
>
> Posted at Nginx Forum: https://forum.nginx.org/read.php?2,293780,293788#msg-293788
>
> _______________________________________________
> nginx mailing list -- nginx at nginx.org
> To unsubscribe send an email to nginx-leave at nginx.org
Have you done a tcpdump on port 80 to see what is actually coming through?
I assume curl on port 80 works?
The error messages comes from apache or NGINX?
More information about the nginx
mailing list