فهرست منبع

squelch the error message in the Apache startup

https://github.com/dom111/webdav-js/pull/21#discussion_r233018107
Lucian I. Last 6 سال پیش
والد
کامیت
3bff5b831d
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      examples/apache-directory-list-local/webdav.conf
  2. 1 1
      examples/apache-directory-list/webdav.conf

+ 1 - 1
examples/apache-directory-list-local/webdav.conf

@@ -1,5 +1,5 @@
 <VirtualHost *:80>
-    ServerName localhost
+    ServerName webdav.server.com
     DocumentRoot /var/www/html/
 
 

+ 1 - 1
examples/apache-directory-list/webdav.conf

@@ -1,5 +1,5 @@
 <VirtualHost *:80>
-    ServerName localhost
+    ServerName webdav.server.com
     DocumentRoot /var/www/html/