|
|
|
@ -12,7 +12,7 @@ AC_ARG_VAR([nginx_config], [The name to give the nginx config file in sites_avai
|
|
|
|
# Default values
|
|
|
|
# Default values
|
|
|
|
test "$server_name" || server_name=yacswa.home
|
|
|
|
test "$server_name" || server_name=yacswa.home
|
|
|
|
test "$public_dir" || public_dir=/srv/yacswa.home
|
|
|
|
test "$public_dir" || public_dir=/srv/yacswa.home
|
|
|
|
test "$nginx_dir" || nginx_dir=/etc/nginx/
|
|
|
|
test "$nginx_dir" || nginx_dir=/etc/nginx
|
|
|
|
test "$nginx_config" || nginx_config=yacswa.home.conf
|
|
|
|
test "$nginx_config" || nginx_config=yacswa.home.conf
|
|
|
|
|
|
|
|
|
|
|
|
# Checks for programs.
|
|
|
|
# Checks for programs.
|
|
|
|
|