julien-infra-hostinger-web

Configure Nginx reverse proxy and SSL deployment workflows on Hostinger VPS.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/theflysurfer/claude-skills-marketplace --skill julien-infra-hostinger-web
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: julien-infra-hostinger-web
Source: https://github.com/theflysurfer/claude-skills-marketplace/tree/main/skills/julien-infra-hostinger-web
Command: npx skills add https://github.com/theflysurfer/claude-skills-marketplace --skill julien-infra-hostinger-web

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill consolidates web infrastructure management for Hostinger VPS, covering Nginx config, SSL with Let's Encrypt, and deployment workflows.

Core Features & Use Cases

  • Nginx management: serve templates, test config, reload
  • SSL automation: certbot setup and renewal
  • Deployment templates: ready-to-use patterns for INCLUZ'HACT environments
  • Troubleshooting aids: common error patterns and quick fixes

Quick Start

Use the quick deploy snippet to deploy a site and verify via curl, then reload nginx.

Frequently Asked Questions about julien-infra-hostinger-web

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy a website on Hostinger VPS with Nginx and SSL?

Deploy a site on Hostinger VPS by configuring Nginx as a reverse proxy, provisioning Let's Encrypt SSL certificates via certbot, and running deployment scripts. This Skill provides ready-to-use templates for Nginx config, IPv6 support, certificate management, and automated deployment workflows across production and preview environments.

How do I set up SSL certificates with Let's Encrypt on Nginx?

Set up SSL with Let's Encrypt by integrating certbot with Nginx to issue and renew certificates automatically. This Skill handles certbot setup, certificate renewal scheduling, and Nginx reload procedures so your site maintains valid HTTPS without manual intervention.

What causes 502 and 504 errors on Nginx, and how do I fix them?

502 and 504 errors indicate upstream connection or timeout issues. This Skill includes troubleshooting guides, diagnostic commands, and error pattern references to identify root causes—such as backend service failures or misconfigured reverse proxy settings—and apply quick fixes.

Can I use Nginx with IPv6 on Hostinger VPS?

Yes. This Skill provides Nginx templates with IPv6 listen directives built in, enabling dual-stack support on Hostinger VPS. IPv6 configuration is included in the provisioning templates for modern deployments.

How do I automate deployment and rollback for Nginx sites?

Automate deployments using the INCLUZ'HACT deployment pipeline templates included in this Skill. It covers deployment scripts, rollback procedures, and environment-specific workflows for production and preview sites with minimal manual steps.

How do I test and reload an Nginx configuration safely?

Test Nginx config syntax before reloading to prevent downtime. This Skill provides quick commands to validate configuration, reload Nginx, and verify site availability via curl, ensuring zero-downtime updates.