update upyun config

This commit is contained in:
moicen
2022-02-02 00:07:56 +08:00
parent 9b580840e0
commit 2776e5bac1
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ server {
set $convert "/usr/bin/convert";
set $upyun_operator "moicen";
set $upyun_password "NyJ51zRwFApY9Wo9EHJMrb8GI9YtvpVN";
set $upyun_bucket "huiwing";
set $upyun_bucket "alchemy";
set $upyun_directory "music-room";
set $upyun_cdn "https://upyun.alchemy-studio.cn/";
+2 -2
View File
@@ -16,9 +16,9 @@ server {
set $convert "/usr/bin/convert";
set $upyun_operator "moicen";
set $upyun_password "NyJ51zRwFApY9Wo9EHJMrb8GI9YtvpVN";
set $upyun_bucket "huiwing";
set $upyun_bucket "moicen";
set $upyun_directory "music-room";
set $upyun_cdn "https://upyun.alchemy-studio.cn/";
set $upyun_cdn "https://upyun.moicen.com/";
location / {
try_files $uri $uri/ /index.html;