backing up shopserver1p apache config
[eostre.git] / drupal-configs / apache2 / sites-available / shopserver1p.fsf.org.conf
diff --git a/drupal-configs/apache2/sites-available/shopserver1p.fsf.org.conf b/drupal-configs/apache2/sites-available/shopserver1p.fsf.org.conf
new file mode 100644 (file)
index 0000000..f5667ed
--- /dev/null
@@ -0,0 +1,16 @@
+# File deployed by Ansible, changes will be PRESERVED
+
+<VirtualHost *:80>
+        ServerName shopserver1p.fsf.org
+
+        ServerAdmin sysadmin@gnu.org
+        DocumentRoot /var/www/html
+
+        Redirect permanent / https://shopserver1p.fsf.org/
+
+        # Log to syslog, to be sent to termite
+        LogLevel warn
+        CustomLog "|/usr/bin/logger -t apache -p local4.info" combined
+        ErrorLog ${APACHE_LOG_DIR}/error.log
+
+</VirtualHost>