update eg.conf with correct settings for NginX
authorAndy Witter <awitter@georgialibraries.org>
Wed, 30 Aug 2017 17:54:14 +0000 (13:54 -0400)
committerAndy Witter <awitter@georgialibraries.org>
Wed, 30 Aug 2017 17:54:14 +0000 (13:54 -0400)
templates/apache2/eg.conf

index b0d133d..9b64f3f 100755 (executable)
@@ -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