Upload files

This commit is contained in:
2021-12-20 22:51:15 -03:00
parent 64ffb53f0c
commit 894cc26b21
8 changed files with 161 additions and 9 deletions

View File

@ -5,6 +5,8 @@ server {
access_log /var/log/nginx/access.log;
root /app/public;
client_max_body_size 50M;
location / {
try_files $uri $uri/ /index.php?$query_string;
}