Lines 22-28
Link Here
|
22 |
%%WWWDATA%%www/nginx-dist/index.html |
22 |
%%WWWDATA%%www/nginx-dist/index.html |
23 |
%%WWWDATA%%www/nginx-dist/50x.html |
23 |
%%WWWDATA%%www/nginx-dist/50x.html |
24 |
%%WWWDATA%%@exec chmod a-w %D/www/nginx-dist |
24 |
%%WWWDATA%%@exec chmod a-w %D/www/nginx-dist |
25 |
%%WWWDATA%%@unexec if [ -L %D/www/nginx ]; then rm -f %D/www/nginx; fi |
25 |
%%WWWDATA%%@unexec if [ -L %D/www/nginx ] && [ `readlink %D/www/nginx` = "%D/www/nginx-dist" ]; then rm -f %D/www/nginx; fi |
26 |
sbin/nginx |
26 |
sbin/nginx |
27 |
@dir %%NGINX_TMPDIR%% |
27 |
@dir %%NGINX_TMPDIR%% |
28 |
man/man8/nginx.8.gz |
28 |
man/man8/nginx.8.gz |