Bläddra i källkod

squelch the error message in the Apache startup

https://github.com/dom111/webdav-js/pull/21#discussion_r233018107
Lucian I. Last 6 år sedan
förälder
incheckning
3bff5b831d

+ 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/