From: Andy Witter Date: Wed, 30 Aug 2017 17:54:14 +0000 (-0400) Subject: update eg.conf with correct settings for NginX X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=6e64a543bae42a3f2b7b6164c8263b3acc9c8332;p=contrib%2Fpines%2Fgenasys.git update eg.conf with correct settings for NginX --- diff --git a/templates/apache2/eg.conf b/templates/apache2/eg.conf index b0d133d..9b64f3f 100755 --- a/templates/apache2/eg.conf +++ b/templates/apache2/eg.conf @@ -103,8 +103,8 @@ ExpiresByType text/css "access plus 50 minutes" #Listen 7443 DocumentRoot "/openils/var/web" - ServerName localhost:7443 - ServerAlias 127.0.0.1:7443 + ServerName localhost:443 + ServerAlias 127.0.0.1:443 SSLEngine on SSLProxyEngine on # required for ErrorDocument 404 on SSL connections SSLHonorCipherOrder On @@ -138,8 +138,8 @@ SSLCipherSuite "EECDH+ECDSA+AESGCM EECDH+aRSA+AESGCM EECDH+ECDSA+SHA384 EECDH+EC # ---------------------------------------------------------------------------------- - ServerName localhost:7080 - ServerAlias 127.0.0.1:7080 + ServerName localhost:80 + ServerAlias 127.0.0.1:80 DocumentRoot /openils/var/web/ DirectoryIndex index.html index.xhtml # - absorb the shared virtual host settings