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
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.
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 Technician (Hiring Immediately)SPECTRUM · Part time · Mexico, ME
- Curb Production TechnicianPolycor Board · Full time · Jay, ME
- Installation Technician ($20 PH starting) (Hiring Immediately)SPECTRUM · Part time · Mexico, ME
Commenters (This Week)
SCURA
17 comments
Arkadiusz Pabian
1 comment
DevFuture
1 comment
Contribute meaningful comments to climb the leaderboard and earn badges!