diff options
Diffstat (limited to 'www/freenginx/files/patch-conf-nginx.conf')
-rw-r--r-- | www/freenginx/files/patch-conf-nginx.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/freenginx/files/patch-conf-nginx.conf b/www/freenginx/files/patch-conf-nginx.conf index fb38c9c3d9cc..39cc18aa517e 100644 --- a/www/freenginx/files/patch-conf-nginx.conf +++ b/www/freenginx/files/patch-conf-nginx.conf @@ -32,7 +32,7 @@ location / { - root html; -+ root %%PREFIX%%/www/nginx; ++ root %%PREFIX%%/www/freenginx; index index.html index.htm; } @@ -41,7 +41,7 @@ error_page 500 502 503 504 /50x.html; location = /50x.html { - root html; -+ root %%PREFIX%%/www/nginx-dist; ++ root %%PREFIX%%/www/freenginx-dist; } # proxy the PHP scripts to Apache listening on 127.0.0.1:80 |