Skip to content

Commit

Permalink
nginx update
Browse files Browse the repository at this point in the history
  • Loading branch information
th0rn0 committed May 23, 2024
1 parent bf8357b commit dc3022e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/docker/nginx/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ server {
gzip on;
gzip_types text/html text/css application/javascript image/*;

client_max_body_size 100M;

location ~ \.php$ {
try_files $uri =404;
fastcgi_split_path_info ^(.+\.php)(/.+)$;
Expand Down

0 comments on commit dc3022e

Please sign in to comment.