diff --git a/README.md b/README.md index e2e3447..e524bfc 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ HCTF 2017 平台后端。 Alias /API /var/www/hctf/hctf-backend/public ``` +示例的nginx配置为以下: +https://github.com/zstucsat/hctf_frontend/raw/master/nginx.conf 开发环境下请使用反向代理将目录指向对应开发服务器。 @@ -125,4 +127,4 @@ php artisan db:seed --class=ConfigTableSeeder php artisan db:seed --class=TeamTableSeeder ``` -Enjoy it. \ No newline at end of file +Enjoy it.