소스 검색

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/