2016-01-27 100 views

回答

2

使用你的nginx.conf文件。

location /balcony-covers/ { 
    return 301 $scheme://$host/balcony-screens/; 
} 

server

相关问题