for exporting refreshpeer logs
[infrastructure.git] / tunings-myplc / httpd-conf.d-peers.conf
diff --git a/tunings-myplc/httpd-conf.d-peers.conf b/tunings-myplc/httpd-conf.d-peers.conf
new file mode 100644 (file)
index 0000000..7451f75
--- /dev/null
@@ -0,0 +1,8 @@
+Alias /peers "/var/www/html/sites/peers/"
+
+<Directory "/var/www/html/sites/peers/">
+      Options Indexes FollowSymLinks
+      AllowOverride AuthConfig
+      Order allow,deny
+      Allow from all
+</Directory>