The 413 upload fix alone brings back memories, nice practical list, curious if you usually tweak defaults differently for APIs versus static sites
Nginx Setup in 6 Steps: From Installation to Production
Serhii-Kolodych
posted
Originally published at kolodych.com
1 min read
1 Comment
Serhii-Kolodych
•
@[Vanessa Paul], Good point! I didn't explicitly mention you can split these into separate server blocks for different subdomains:
server {
listen 443 ssl http2;
server_name api.yourdomain.com;
client_max_body_size 100M;
}```
server {
listen 443 ssl http2;
server_name blog.yourdomain.com;
client_max_body_size 5M;
}
Serhii-Kolodych
•
Please log in to add a comment.
Please log in to comment on this post.
More Posts
- © 2026 Coder Legion
- Feedback / Bug
- Privacy
- About Us
- Contacts
- Premium Subscription
- Terms of Service
- Refund
- Early Builders
chevron_left
Related Jobs
- Machine Learning Engineer — Production-Ready Vision & LLMsReducto, Inc. · Full time · San Francisco, CA
- Production TechnicianAmphenol · Full time · Springfield, MO
- Installation TechnicianDynamics ATS · Full time · Croatia
Commenters (This Week)
sadiquemannan
3 comments
buildbasekit
1 comment
rayyanzafar
1 comment
Contribute meaningful comments to climb the leaderboard and earn badges!