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
3 Comments
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.
🔥 Join developers growing publicly
Share your knowledge, build in public, and grow your developer presence with a global community.
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
- Installation TechnicianDynamics ATS · Full time · Croatia
- Production Designer (Social/Digital Ads)jobgether · Full time · Italian Republic
- Production Designer (Social/Digital Ads)jobgether · Full time · Romania
Commenters (This Week)
Next Big Creative
4 comments
Ken W. Algerverified
4 comments
Gavin Cettolo
1 comment
Contribute meaningful comments to climb the leaderboard and earn badges!