라라벨 nginx conf 예제
server { client_body_in_file_only clean; client_body_buffer_size 32K; client_max_body_size 300M; sendfile on; send_timeout 300s; # Port that the web server will listen on. #listen 80; # Host that will serve this project.…
0 Comments
2023년 09월 22일