Skip to content

Commit

Permalink
Merge pull request #51 from 7th-UMC/feature/45
Browse files Browse the repository at this point in the history
Chore : nginx.conf 수정
  • Loading branch information
hyeonda02 authored Aug 29, 2024
2 parents 3157168 + 14c50d5 commit 5f69a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .platform/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ events {
http {
include /etc/nginx/mime.types;
default_type application/octet-stream;
client_max_body_size 20M;


log_format main '$remote_addr - $remote_user [$time_local] "$request" '
Expand Down Expand Up @@ -51,7 +52,6 @@ http {

access_log /var/log/nginx/access.log main;

client_max_body_size 20M;

client_header_timeout 60;
client_body_timeout 60;
Expand Down

0 comments on commit 5f69a22

Please sign in to comment.