Skip to content
This repository has been archived by the owner on Aug 11, 2023. It is now read-only.

Commit

Permalink
fix: fix file max upload size limit
Browse files Browse the repository at this point in the history
  • Loading branch information
Crazyokd committed Jun 3, 2023
1 parent 18fe593 commit 39366f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ server {
listen [::]:8080;
server_name localhost;
root /usr/share/nginx/html;
client_max_body_size 500M;

location / {
index index.php index.html index.htm;
Expand Down

0 comments on commit 39366f0

Please sign in to comment.