feat: nginx config (#664)

This commit is contained in:
金昶 2022-07-21 22:46:31 +08:00 committed by GitHub
parent 341114ffd7
commit d14836cfb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@ server {
server_name _; server_name _;
root /app/nocobase/packages/app/client/dist; root /app/nocobase/packages/app/client/dist;
index index.html; index index.html;
client_max_body_size 20M;
location /storage/uploads/ { location /storage/uploads/ {
alias /app/nocobase/storage/uploads/; alias /app/nocobase/storage/uploads/;