From 75d4091d14c6d8bfcafc5ccefb2cefd62e7bd9ce Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Tue, 17 Nov 2015 01:07:39 -0500 Subject: [PATCH] make_project: Fix path location issue --- tools/make_project | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/make_project b/tools/make_project index a81280033e..3e31953b22 100755 --- a/tools/make_project +++ b/tools/make_project @@ -331,8 +331,8 @@ print >>open(httpd_conf_template_filename,'w'), ''' ## Settings for BOINC project %(project_longname)s Alias /%(project_shortname)s/download %(proot)s/download - Alias /%(project_shortname)s/stats %(proot)s/stats - Alias /%(project_shortname)s/user_profile %(proot)s/user_profile + Alias /%(project_shortname)s/stats %(proot)s/html/stats + Alias /%(project_shortname)s/user_profile %(proot)s/html/user_profile Alias /%(project_shortname)s %(proot)s/html/user Alias /%(project_shortname)s_ops %(proot)s/html/ops @@ -360,12 +360,12 @@ print >>open(httpd_conf_template_filename,'w'), ''' Order allow,deny Allow from all - + RemoveType .php .phtml Order allow,deny Allow from all - + RemoveType .php .phtml Order allow,deny Allow from all