diff options
author | startxfr <clarue@startx.fr> | 2015-12-07 01:01:22 +0100 |
---|---|---|
committer | startxfr <clarue@startx.fr> | 2015-12-07 01:01:22 +0100 |
commit | 7f9465928d5b149e4fb5f9bc476b8cb7298436fc (patch) | |
tree | 56e00489d61c122fe7990d750f05c256d2b04d20 /Services/apache/httpd.conf | |
parent | 3e4f13d3b46b87f9892ab936bd537036d20bce02 (diff) | |
download | phpmyadmin-7f9465928d5b149e4fb5f9bc476b8cb7298436fc.tar.gz phpmyadmin-7f9465928d5b149e4fb5f9bc476b8cb7298436fc.tar.bz2 phpmyadmin-7f9465928d5b149e4fb5f9bc476b8cb7298436fc.tar.xz phpmyadmin-7f9465928d5b149e4fb5f9bc476b8cb7298436fc.zip |
start refreshing application pma
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 97672b4..f1bc5af 100644 --- a/Services/apache/httpd.conf +++ b/Services/apache/httpd.conf @@ -1,7 +1,7 @@ # # This file will be copied into /etc/httpd/conf.d/app.conf and loaded when httpd start # -DocumentRoot ${DOC_ROOT} +DocumentRoot ${APP_PATH} ServerName ${SERVER_NAME} ServerAdmin cl@startx.fr |