Commit 4298378d by Takumi Imai

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

parent 47ac9a10
...@@ -5,7 +5,7 @@ DOMAIN=$2 ...@@ -5,7 +5,7 @@ DOMAIN=$2
modify_htaccess() modify_htaccess()
{ {
URI=$1 URI=$1
cat > abvw/.htaccess << EOF cat > abweb/.htaccess << EOF
SetEnvIf Referer "^$URI" RefererCheck SetEnvIf Referer "^$URI" RefererCheck
Order deny,allow Order deny,allow
Deny from all Deny from all
...@@ -20,7 +20,7 @@ EOF ...@@ -20,7 +20,7 @@ EOF
modify_api() modify_api()
{ {
URI_PREFIX=$1 URI_PREFIX=$1
cat > abvw/common/json/sys/conf.json << EOF cat > abweb/common/json/sys/conf.json << EOF
{ {
"apiUrl" : "$URI_PREFIX/{0}/abvapi", "apiUrl" : "$URI_PREFIX/{0}/abvapi",
"apiLoginUrl" : "$URI_PREFIX/nuabvapi", "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