proxy: Fix exception for serving locally
[sysconfig/apache2.git] / ports.conf
index 7816e5672235f42a2c38b8d183852082720fb4b7..710e58c2b9f72acc285026d4eb4ae6b6645f488c 100644 (file)
@@ -8,11 +8,11 @@
 Listen 80
 
 <IfModule ssl_module>
-    # olinda -- main IP
-    Listen 18.208.0.204:443
-    # acc-858-test -- 6.858 project
-    Listen 18.208.0.229:443
+    # olinda -- main IP (~2018)
+    Listen 18.102.208.15:443
+    # olinda -- main IP (~2019)
+    Listen 18.18.208.12:443
     # adehnert.mit.edu
-    Listen 18.208.0.221:443
-    # *Not* 18.208.0.44(adehnert-roost-api) -- used for nginx
+    Listen 18.102.208.52:443
+    # *Not* 18.102.208.10 (adehnert-roost-api) -- used for nginx
 </IfModule>