Nginx is a powerful, versatile web server and reverse proxy with a focus on performance and low resource utilization. It is used in large, highly trafficked web applications such as web hosting, eCommerce websites, content delivery networks, and more. A Nginx Developer provides expertise to make sure the most efficient setup is achieved when working with Nginx. Nginx Developers understand how to optimize this platform’s performance and the many other responsibilities that come with managing it.

Here's some projects that our expert Nginx Developer made real:

  • Set up servers for web hosting, eCommerce websites, content delivery networks, applications on Kubernetes - with Load Balancer, Ingress Controller and network
  • Upload and code Node.Js projects on Linux web servers
  • Cache static content in CDN’s
  • Troubleshoot HTTP/SSL errors
  • Deploying applications un digital ocean servers
  • Work with OpenSSL certificates for localhosts on Ubuntu
  • Ensure secure server settings with routers and VM's

At Freelancer.com you can source world-class talent to work with Nginx developers that are the best in the business to help you build IT security, web hosting capabilities and more. Maximize performance from your applications by utilizing the expertise of our global community of Nginx Developers. Hire a Freelancer with proven experience in managing infrastructure on the platform efficiently and safely -contact them today to work on your project!

Na podstawie 58,601 opinii klienci oceniają nas na Nginx Developers 4.9 na 5 gwiazdek.
Zatrudnij użytkownika Nginx Developers

Nginx is a powerful, versatile web server and reverse proxy with a focus on performance and low resource utilization. It is used in large, highly trafficked web applications such as web hosting, eCommerce websites, content delivery networks, and more. A Nginx Developer provides expertise to make sure the most efficient setup is achieved when working with Nginx. Nginx Developers understand how to optimize this platform’s performance and the many other responsibilities that come with managing it.

Here's some projects that our expert Nginx Developer made real:

  • Set up servers for web hosting, eCommerce websites, content delivery networks, applications on Kubernetes - with Load Balancer, Ingress Controller and network
  • Upload and code Node.Js projects on Linux web servers
  • Cache static content in CDN’s
  • Troubleshoot HTTP/SSL errors
  • Deploying applications un digital ocean servers
  • Work with OpenSSL certificates for localhosts on Ubuntu
  • Ensure secure server settings with routers and VM's

At Freelancer.com you can source world-class talent to work with Nginx developers that are the best in the business to help you build IT security, web hosting capabilities and more. Maximize performance from your applications by utilizing the expertise of our global community of Nginx Developers. Hire a Freelancer with proven experience in managing infrastructure on the platform efficiently and safely -contact them today to work on your project!

Na podstawie 58,601 opinii klienci oceniają nas na Nginx Developers 4.9 na 5 gwiazdek.
Zatrudnij użytkownika Nginx Developers

Filtruj

Moje ostatnie wyszukiwania
Pokaż:
Budżet
dla
dla
dla
Typ
Umiejętności
Języki
    Stan Projektu
    9 ofert prac znalezionych
    Fix Login Loop After AWS
    6 dni left
    Zweryfikowany

    Our customer-facing login portal suddenly stopped working right after a previous freelancer performed AWS cost-optimization tasks (Reserved Instances, auto-scaling tweaks, and some security-group changes). Users enter their credentials, hit “Sign In,” and are immediately bounced back to the login screen with no specific error—so sessions clearly aren’t being established or persisted. Here’s what I need from you: • Diagnose the exact cause of the loop (session handling, load balancer stickiness, Cognito/IAM policy, or any other AWS-related misconfiguration). • Restore normal authentication flow so clients can reach their dashboards again. • Provide a concise technical summary of the root issue and the steps you took, so we can avoid a repeat...

    $23 Average bid
    $23 Średnia Oferta:
    29 składanie ofert

    Title: Senior Backend Engineer Needed: RBAC + Alibaba Cloud Deployment (Urgent) Description: I have a working AI backend codebase. Need a senior backend engineer to implement code updates as per requirements, RBAC and deploy it on Alibaba Cloud (Saudi region). This is an update + deployment task — not a full build from scratch. Scope: * Implement RBAC (AI agent wise) using JWT * Secure existing APIs (no rewrite) + integration with itsm system * Deploy on Alibaba Cloud ECS (Ubuntu or RHEL or centos) * Configure Nginx + HTTPS * Ensure APIs are production-ready Deliverables based on above mentioned scope: Code updates as per the requirements discussed. Spreadsheet will be shared * Clean RBAC implementation * Live deployed API (Alibaba or huawei cloud) * Minimal documentation Tim...

    $104 Average bid
    $104 Średnia Oferta:
    19 składanie ofert

    Project: Deploy Website on Hostinger VPS (Full Setup Required) I need an experienced developer to deploy my completed website on my Hostinger VPS and make it fully live. Hosting Details: - VPS Provider: Hostinger (KVM VPS) - Full SSH access available - Domain already purchased and ready to connect - Email accounts already set up (SMTP details available) Website Details: - Built with - Source files ready to upload - Currently not properly deployed (pages not loading correctly) Scope of Work: 1. Upload and deploy the site on the VPS 2. Install and configure: - Node.js (latest stable) - PM2 (or equivalent process manager) 3. Set up Nginx as a reverse proxy 4. Connect domain and configure DNS correctly 5. Install SSL certificate (Let’s Encrypt – HTTPS) 6. Fix routi...

    $170 Average bid
    $170 Średnia Oferta:
    260 składanie ofert
    URL Setup & DB Integration
    5 dni left
    Zweryfikowany

    I have a custom-built e-commerce store hosted on Hostinger. I already own the domain; what’s missing is a proper server-side configuration so the URL loads the storefront and every feature can read and write to my MongoDB database. Here’s the situation: • The files are on my Hostinger VPS. • The domain’s DNS is active but not yet pointing to the right place. • The store’s back-end expects a live MongoDB connection (I have connection string and credentials ready). Your task is to: 1. Configure the domain and any necessary A/AAAA/CNAME records so the site resolves cleanly over HTTPS. 2. Adjust Hostinger’s server settings (Nginx/Apache, SSL via Let’s Encrypt, or whichever stack you prefer) so requests hit the correct build folde...

    $125 Average bid
    $125 Średnia Oferta:
    109 składanie ofert
    Linux Server Administration Needed
    3 dni left
    Zweryfikowany

    Hi, I’m looking for a reliable Linux server administrator for ongoing support. Current setup: * 2 Linux servers with multiple domains * One should act as a backup/failover server (not fully set up yet) * We use Cloudflare (DNS/protection) and Combell (domains) Immediate task: We need to switch a staging site to live (via Cloudflare) within 2–3 days. Could you let me know: * your experience with similar setups (Linux, Nginx/Apache, MySQL) * your approach to backups, failover and disaster recovery * your availability and response time for urgent issues * your pricing (hourly or fixed) Also very important: Do you provide clear documentation of the setup? For example: * architecture overview / diagram (servers, domains, backups, failover) * access documentation * recovery s...

    $21 / hr Average bid
    $21 / hr Średnia Oferta:
    125 składanie ofert
    Node.js & React Code Deployment
    3 dni left
    Zweryfikowany

    Need someone to deploy code. This will be ongoing work. SETUP: * Backend: Node.js (Express) * Frontend: React (Vite) * Server: Hostinger VPS * Domain: * Frontend: * Backend: TASK: 1. Clone repo or use provided ZIP 2. Backend Setup: cd backend npm install Create .env: PORT=3000 MONGO_URI=mongodb:// JWT_SECRET=supersecret 3. Install MongoDB: apt install -y mongodb systemctl start mongodb systemctl enable mongodb 4. Run backend: pm2 start src/ --name invesol pm2 save 5. Setup Nginx: server { server_name ; ``` location / { proxy_pass http://localhost:3000; proxy_set_header Host $host; } ``` } 6. Enable SSL: certbot --nginx 7. Frontend: cd frontend npm install npm run build Upload dist to: ...

    $14 Average bid
    $14 Średnia Oferta:
    57 składanie ofert

    My corporate website is already coded in pure HTML, CSS and vanilla JavaScript; what’s missing is a smooth path from my local folder to a fast, secure, publicly-accessible server. I would like your guidance on the most suitable hosting setup—whether that ends up being Nginx on a small cloud VM, an S3 + CloudFront stack, Netlify, or any comparable option that fits a lightweight corporate site. Once we agree on the target environment, I need you to: • provision or configure the chosen web server/hosting service • upload the current codebase and confirm that all pages, assets and scripts render and behave exactly as on my local build • enable HTTPS with a valid certificate (Let’s Encrypt or platform-provided) • point the existing domain and update...

    $83 Average bid
    $83 Średnia Oferta:
    114 składanie ofert
    Hardened Zero-Trust WordPress Server
    1 dnia left
    Zweryfikowany

    I’m standing up a brand-new WordPress box on a Linux host and need it architected from day one around a strict zero-trust stance—even the hypervisor or hosting provider must be treated as hostile. Here is the baseline I need you to hit: • Full-disk encryption with LUKS configured during provisioning, unlocking only through a self-hosted key management system that lives off–box (no cloud “managed” services, no HSM rental). • The key workflow must survive reboots without ever storing secrets locally and still allow automated patching and recovery. • WordPress itself should sit behind hardened nginx/Apache, with minimum required PHP modules, file-system permissions locked down, and Web Application Firewall rules tuned for the CMS. • ...

    $551 Average bid
    $551 Średnia Oferta:
    103 składanie ofert

    We are looking for a dedicated SEO and Digital Marketing specialist to manage 4 websites built with Node.js. These are custom-coded applications, not WordPress, so we need someone who understands Technical SEO for JavaScript and can work without plugins like Yoast. Total Budget: $250 / month (Flat rate for all 4 sites). ## Key Responsibilities: 1. Technical SEO (Node.js specific): * Audit and optimize metadata, canonicals, and structured data () within the code/templates. * Ensure proper indexing and crawling of JavaScript-rendered content (SSR/Hydration check). * Optimize Core Web Vitals and site speed. 2. Backlink Strategy (Off-Page): * Build high-quality, manual backlinks (No PBNs, no spammy directories). * Focus on niche-relevant authority links. 3. Go...

    $138 Average bid
    $138 Średnia Oferta:
    114 składanie ofert

    Rekomendowane Artykuły Specjalnie Dla Ciebie