Welcome! Log In Create A New Profile

Advanced

Re: Getting weird issue with Nginx reverse Proxy

March 03, 2022 10:37PM
Here is Apache config

<VirtualHost fs.example.com:80>
ServerAdmin webmaster@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>
Subject Author Posted

Getting weird issue with Nginx reverse Proxy

blason March 03, 2022 01:26PM

Re: Getting weird issue with Nginx reverse Proxy

blason March 03, 2022 01:56PM

Re: Getting weird issue with Nginx reverse Proxy

Sergey A. Osokin via nginx March 03, 2022 03:06PM

Re: Getting weird issue with Nginx reverse Proxy

blason March 03, 2022 10:41PM

Re: Getting weird issue with Nginx reverse Proxy

Rainer Duffner March 03, 2022 04:14PM

Re: Getting weird issue with Nginx reverse Proxy

blason March 03, 2022 10:37PM

Re: Getting weird issue with Nginx reverse Proxy

Rainer Duffner March 04, 2022 03:04PM

Re: Getting weird issue with Nginx reverse Proxy

blason March 06, 2022 08:42AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 269
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready