From 6e64a543bae42a3f2b7b6164c8263b3acc9c8332 Mon Sep 17 00:00:00 2001
From: Andy Witter <awitter@georgialibraries.org>
Date: Wed, 30 Aug 2017 13:54:14 -0400
Subject: [PATCH] update eg.conf with correct settings for NginX

---
 templates/apache2/eg.conf | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

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
 <VirtualHost *: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
 # ----------------------------------------------------------------------------------
 
 <VirtualHost *:7080>
-	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
-- 
2.11.0