Commit 4298378d by Takumi Imai

env.shのファイルパス修正

parent 47ac9a10
......@@ -5,7 +5,7 @@ DOMAIN=$2
modify_htaccess()
{
URI=$1
cat > abvw/.htaccess << EOF
cat > abweb/.htaccess << EOF
SetEnvIf Referer "^$URI" RefererCheck
Order deny,allow
Deny from all
......@@ -20,7 +20,7 @@ EOF
modify_api()
{
URI_PREFIX=$1
cat > abvw/common/json/sys/conf.json << EOF
cat > abweb/common/json/sys/conf.json << EOF
{
"apiUrl" : "$URI_PREFIX/{0}/abvapi",
"apiLoginUrl" : "$URI_PREFIX/nuabvapi",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment