浏览代码

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/