diff options
author | startxfr <clarue@startx.fr> | 2015-11-28 16:00:38 +0100 |
---|---|---|
committer | startxfr <clarue@startx.fr> | 2015-11-28 16:00:38 +0100 |
commit | 05c9aa4a4d3572168878bf0e81eeac724a95454d (patch) | |
tree | 3cc6d3145ab8a131c2da29aaa2f7438ca23ad0df /Services/apache/httpd.conf | |
parent | 4bb17b8c05c6e430293217797eef694671ec1e1b (diff) | |
download | phpmyadmin-05c9aa4a4d3572168878bf0e81eeac724a95454d.tar.gz phpmyadmin-05c9aa4a4d3572168878bf0e81eeac724a95454d.tar.bz2 phpmyadmin-05c9aa4a4d3572168878bf0e81eeac724a95454d.tar.xz phpmyadmin-05c9aa4a4d3572168878bf0e81eeac724a95454d.zip |
change in apache script for handling ServerName
Diffstat (limited to 'Services/apache/httpd.conf')
-rw-r--r-- | Services/apache/httpd.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Services/apache/httpd.conf b/Services/apache/httpd.conf index f612424..8b04449 100644 --- a/Services/apache/httpd.conf +++ b/Services/apache/httpd.conf @@ -16,4 +16,4 @@ Alias / /data/www Allow from All Require all granted DirectoryIndex index.html home.html -</Directory>
\ No newline at end of file +</Directory> |