Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    5,000 nginx jobs found

    ...Infrastructure: • Dedicated main server: 64GB RAM, 1TB NVMe () • Offshore VPS: 1GB RAM (to be used as reverse proxy/security layer) • Domain provider: • Panel: CyberPanel + OpenLiteSpeed (already installed) • Laravel/PHP website (already live) • Need full integration My Requirements: PERFORMANCE: • Extremely fast loading (instant open) • Handle 50k+ concurrent users smoothly • OpenLiteSpeed/Nginx tuning • PHP-FPM tuning • MySQL/MariaDB optimization • Redis caching • Gzip/Brotli compression • CDN + caching strategy • Full performance audit CLOUDFLARE SETUP: • Cloudflare DNS setup • CDN configuration • WAF rules • DDoS protection • Bot protection • Rate limiting • Cache...

    $29 Average bid
    $29 Avg Bid
    3 bids

    The codebase for my React-based web application is finalised and already living on Replit; what I now need is a clean, reliable deployment to my DigitalOcean droplet, using Git as the bridge. Here is what I expect: • Clone or pull the existing Git repo and configure the production build so the site serves correctly on DigitalOcean (Ubuntu droplet). • Set up any required Nginx/Apache reverse-proxy rules, SSL (Let’s Encrypt), environment variables and build scripts so I have a repeatable one-command redeploy. • Hand over concise notes (or a simple README) showing each step you took, so I can reproduce the workflow next time. You will not be touching the Replit environment itself—the code has already been exported—so the focus is purely on t...

    $55 / hr Average bid
    $55 / hr Avg Bid
    84 bids

    ...Infrastructure: • Dedicated main server: 64GB RAM, 1TB NVMe () • Offshore VPS: 1GB RAM (to be used as reverse proxy/security layer) • Domain provider: • Panel: CyberPanel + OpenLiteSpeed (already installed) • Laravel/PHP website (already live) • Need full integration My Requirements: PERFORMANCE: • Extremely fast loading (instant open) • Handle 50k+ concurrent users smoothly • OpenLiteSpeed/Nginx tuning • PHP-FPM tuning • MySQL/MariaDB optimization • Redis caching • Gzip/Brotli compression • CDN + caching strategy • Full performance audit CLOUDFLARE SETUP: • Cloudflare DNS setup • CDN configuration • WAF rules • DDoS protection • Bot protection • Rate limiting • Cache...

    $35 Average bid
    $35 Avg Bid
    5 bids

    ... The source is already in Git; what’s missing is the infrastructure lift: provisioning the VDC, configuring web and app servers, securing traffic with SSL, and wiring up the deployment pipeline so new commits ship automatically. I am already committed to BluVault as the hosting provider, so please be comfortable working inside their portal, networking model, and console tools. Experience with Nginx or Apache, PHP-FPM, Node and Yarn, Composer, MySQL/PostgreSQL, and let’s-encrypt or comparable SSL management will be essential. For clarity, here’s what I expect to receive: • A fully configured BluVault Virtual Data Center with separate web and API layers, environment variables stored securely, and logging enabled. • Automated build & deploy from ...

    $15 Average bid
    $15 Avg Bid
    16 bids

    My VPS on Hostinger’s KVM line has started to crawl and I can’t pinpoint why. I’m looking for someone who already knows their way around the Hostinger panel, KVM virtualization, and typical Linux performance-tuning tools to jump in, diagnose the bottlenecks, and restore normal speed. Scope • This is strictly troubleshooting and ongoing ...memory, network, misconfiguration, etc.). - Applied fixes or optimizations to bring the server back to acceptable performance levels. - A brief summary of changes made and any follow-up recommendations so I can keep things stable. Access will be provided via SSH and the Hostinger control panel. If you have proven experience tuning KVM instances—tools such as top, htop, iostat, sar, sysctl, or nginx/php-fpm confi...

    $11 Average bid
    $11 Avg Bid
    4 bids

    ...64GB RAM Dedicated Server (Offshore/Bulletproof). * Frontend VPS: To be used as a Reverse Proxy to hide the Main Server IP. * Domain: Registered on Njalla (Cloudflare DNS). What You Need To Do (From Scratch): * Complete Wipeout: Delete the entire current OS/Setup on both the Main Server and VPS. Start fresh with a clean Ubuntu 22.04 installation. * Reverse Proxy Architecture: Configure the VPS (Nginx Stream/HAProxy) to mask the Main Server's IP. The Main Server must remain completely hidden from the public and only accept traffic from the VPS/Cloudflare. * CyberPanel Installation: Install and configure CyberPanel on the Main Server. It must be fully accessible (e.g., via a secure subdomain or hidden port) without breaking the proxy setup. * Multiple Laravel Installations: Se...

    $55 Average bid
    $55 Avg Bid
    6 bids

    ...stops responding until the spike subsides. Memory, disk, and network all look normal—my concern is strictly the unexplained CPU saturation. I’d like you to dive in, reproduce or capture one of these spikes, pinpoint the underlying process or misconfiguration, and recommend (or apply, if straightforward) the fix. You may need to sift through WHM metrics, AlmaLinux system logs, Apache/PHP-FPM or Nginx settings, cron jobs, and any background services that could be misbehaving. If you prefer command-line tools like top, htop, sar, vmstat, or more advanced profilers, feel free; root access can be arranged for the session. Deliverables • Clear root-cause report with evidence (log excerpts, screenshots, or command output) • Configuration or code changes appli...

    $70 Average bid
    $70 Avg Bid
    40 bids

    This project delivers a production-ready, scalable, and secure web application infrastructure built using Node.js, , MySQL, and Ubuntu Server. The system architecture is designed to handle high traffic efficiently while maintaining strong security and performance standards. Nginx is configured as a reverse proxy to manage incoming client requests and route them securely to the Node.js application server, while MySQL is optimized for reliable data storage and fast query execution. The Ubuntu server is professionally hardened by disabling root login, securing SSH access, configuring UFW firewall rules, and enabling automatic security updates. SSL encryption is implemented using Let’s Encrypt to ensure secure HTTPS communication. PM2 is used in cluster mode to maximize multi-cor...

    $262 Average bid
    $262 Avg Bid
    44 bids
    Resolve PHP Login 500 Error
    5 days left
    Verified

    ...so be ready to guide me through granting you cPanel or SSH access to error_log, Apache/Nginx and any PHP-FPM logs you need. What I expect from you 1. Identify the exact reason the login request is returning HTTP 500. Typical culprits might be fatal errors, missing includes, failed MySQL queries, or session permission issues—track down whichever one it is in this case. 2. Apply a clean, well-documented fix so the login redirects smoothly to the dashboard and no 500 errors appear. 3. Provide a short note that lists the root cause and the files or settings you changed so I have a record for future maintenance. Skills that will be handy: strong PHP debugging, MySQL, session handling, cPanel/Apache/Nginx administration, and familiarity with version compatibility p...

    $14 Average bid
    $14 Avg Bid
    61 bids

    ...configure MySQL and Redis. • Obtain and install a Let’s Encrypt SSL certificate, then put Nginx in front as a reverse proxy. • Wire my domain to the VPS and make sure it resolves over HTTPS. • Configure all environment variables in the .env files; I still have a few API keys and some domain/VPS details to share with you once we get started. • Use PM2 to keep two services running in production mode—frontend on port 3000, backend on port 4000. • Verify that the exchange loads correctly, APIs respond, WebSocket/queue features (Redis) work, and hot restarts through PM2 are clean. The platform already exists; you’re focusing purely on deployment and server hardening. If you have solid , Node, Nginx, and PM2 experience and ca...

    $76 Average bid
    $76 Avg Bid
    20 bids

    Backend for a my app using FastAPI, WebSockets/WebRTC, and modern AI services (Whisper STT, LLaMA-style LLMs, Kok...Hands‑on AI integration experience with at least one of: Whisper STT or other speech‑to‑text engines. LLaMA/transformer‑based LLMs or OpenAI‑style APIs. TTS systems such as Coqui, Kokoro, or Piper. Realtime systems: WebSockets, WebRTC, or other low‑latency streaming architectures. Nice to Have GPU & deployment experience: CUDA, GPU environments, and performance tuning (CPU vs GPU). Docker, nginx, PM2, and production deployment pipelines. Background processing: Job queues/workers for heavy audio/video processing. Experience orchestrating long‑running media/AI tasks. Video processing tools: FFmpeg, Wav2Lip, or similar for video generation and post‑processing.

    $20 / hr Average bid
    $20 / hr Avg Bid
    201 bids

    We are seeking an experienced freelancer with strong expertise in system architecture and hands-on server configuration on Ubuntu. The ideal candidate should have solid experience deploying and optimizing web applications usi...configuration on Ubuntu. The ideal candidate should have solid experience deploying and optimizing web applications using: Node.js MySQL Ubuntu server environment Key Responsibilities Design scalable and secure system architecture Configure and optimize Ubuntu server environment Deploy and manage Node.js / applications Set up and manage MySQL databases Configure reverse proxy (Nginx/Apache) Implement SSL, firewall, and security best practices Optimize application performance and server load handling Troubleshoot deployment and runtime issues

    $28 Average bid
    $28 Avg Bid
    63 bids

    ...RAM Dedicated Server (Offshore/Bulletproof). * Frontend VPS: To be used as a Reverse Proxy to hide the Main Server IP. * Domain: Registered on Njalla (Cloudflare DNS). What You Need To Do (From Scratch): * Complete Wipeout: Delete the entire current OS/Setup on both the Main Server and VPS. Start fresh with a clean Ubuntu 22.04 installation. * Reverse Proxy Architecture: Configure the VPS (Nginx Stream/HAProxy) to mask the Main Server's IP. The Main Server must remain completely hidden from the public and only accept traffic from the VPS/Cloudflare. * CyberPanel Installation: Install and configure CyberPanel on the Main Server. It must be fully accessible (e.g., via a secure subdomain or hidden port) without breaking the proxy setup. * Multiple Laravel Installations: S...

    $8 Average bid
    $8 Avg Bid
    5 bids

    I need my current AWS instance replicated o...server, database engine, SSL, firewalls), and making sure DNS is switched with near-zero downtime. You will receive full SSH access to both environments plus any IAM or security-group tweaks you request. I expect you to: • transfer the complete file structure and databases • recreate users, permissions, and cron jobs • install and tune the same software stack (PHP, Node, MySQL/PostgreSQL, Nginx/Apache, etc.) • harden the new server against common exploits, using UFW/iptables and fail2ban • verify the migrated apps run as they do on AWS before pointing the domain Once everything is live on the new VDS, provide a brief hand-off document describing what was moved, where services are located, and any comma...

    $164 Average bid
    $164 Avg Bid
    69 bids

    I have a live feed packaged as MPEG-DASH (.mpd plus segments). I need a lightweight bridge that ingests that stream in real time and simultaneously publishes it as adaptive HLS and as an RTMP push to any endpoint I specify. You have to use FFmpeg and nginx whichever keeps latency low and the workflow stable on a Linux server. Deliverables • A script or systemd service that pulls the MPD, repackages to HLS/MPEG-TS/ MKV/ MOV, and pushes RTMP to a configurable rtmp:// URL • Minimal transcoding: only re-encode if absolutely required for compatibility • Clear setup notes so I can replicate the solution on another machine • Acceptance: output should be rtmp and hls or http stream * kidkey ivkey , select type quality type when url synched, select option to stream push...

    $155 Average bid
    $155 Avg Bid
    57 bids

    i need a nginx or cloudflare tunnel Reverse Proxy Website

    $120 Average bid
    $120 Avg Bid
    70 bids

    ...Administrator to configure Nginx as a reverse proxy for our web application infrastructure. PROJECT DESCRIPTION: Our application requires traffic routing optimization between multiple backend services. We need a professional nginx setup to handle incoming requests and distribute them efficiently. REQUIRED TASKS: • Install and configure Nginx on Ubuntu 22.04 server • Setup reverse proxy rules for upstream servers • Configure SSL/TLS termination (Let's Encrypt or Cloudflare) • Implement WebSocket support for real-time features • Setup custom headers and request forwarding • Basic HTML filtering/modification capabilities (sub_filter) • Configure caching rules for static content • Load balancing between multiple ports/domai...

    $91 Average bid
    $91 Avg Bid
    15 bids

    ...proceeding. If major structural issues are identified, they must be clearly documented with technical evidence. Phase 2 – Milestone 3: Production Elevation and Optimization Objective: Elevate the platform to a premium SaaS-level product that is optimized, scalable, and commercially ready. Backend Optimization • Redis implementation for sessions and cache • Query optimization and index review • NGINX tuning • PHP-FPM tuning • Queue and job optimization • Concurrency validation • Structured logging review • Preparation for Load Balancer • Compatibility with Auto Scaling Expected Technical Results • Average response time below 500ms under normal load • Stability under moderate concurrent sessions • No recurrin...

    $406 Average bid
    NDA
    $406 Avg Bid
    192 bids

    ...ongoing support retainer. Required Skills & Experience Expert-Level AWS Knowledge: Proven, extensive experience with AWS services, particularly EC2, S3, RDS, SES, Route 53, IAM, and security groups. Please provide specific examples of past AWS migration and deployment projects in your bid. Server Administration & DevOps: Strong background in Linux server administration, web server configuration (Nginx preferred), and CI/CD pipeline setup (GitHub Actions preferred). Application & Database Migration: Demonstrable experience migrating live web applications and databases between hosting providers, with zero or minimal downtime. Python & Flask Experience: Experience deploying and managing Python (Flask) web applications on AWS is highly desirable, as this is the pri...

    $386 Average bid
    $386 Avg Bid
    118 bids

    ...already finished the front-end for my personal portfolio and have the complete project in plain HTML and CSS. What I need now is for someone to place the site on my own server so it loads correctly from my domain. The server is up and reachable; you will get SSH access along with the zipped project files. Your task is to: • Upload the existing HTML/CSS package • Configure the web stack (Apache or Nginx—whichever you prefer) so every page renders exactly as in the source files • Enable HTTPS with a free SSL certificate (Let’s Encrypt is fine) • Set the correct file permissions and make sure future updates can be done through SFTP or Git if that’s easier • Hand me a short read-me explaining any commands you ran and where the file...

    $33 Average bid
    $33 Avg Bid
    87 bids

    My site is running behind an Nginx reverse-proxy and every request to the vhost returns a “404 Not Found.” I need someone who can: • Review my current Nginx configuration (server blocks, proxy_pass, root directives, etc.) • Identify why the virtual host isn’t mapping correctly and triggering 404s • Apply the correct fixes—whether that’s adjusting location blocks, upstreams, or file-system paths • Reload or restart Nginx and verify the site loads without errors I can provide SSH access, the existing plus any include files, and logs from the last deploy. Experience with Nginx reverse-proxy, virtual host routing, and common pitfalls is essential. Once the issue is resolved, please give me a brief explanatio...

    $25 Average bid
    $25 Avg Bid
    48 bids

    ....NET 9 Runtime on Linux. * Configuring Nginx as a reverse proxy. * Creating a systemd service to ensure the app stays running. * Handling `ForwardedHeaders` to ensure culture and IP data pass through the proxy correctly. * Establishing a repeatable `dotnet publish` workflow. Current Tech Stack: * Framework: ASP.NET 9 MVC (Visual Studio 2022) * Database: v9.0.0 * PDF Viewer: v7.8.7 * Paging: v10.5.9 Acceptance Criteria: 1. Page titles must respect the chosen culture in both WSL 2 and the final Linux production environment. 2. Excel exports must work on the Linux host (successful migration away from Interop). 3. A successful, live deployment on the Linux server via Nginx. 4. I must be able to reproduce the deployment

    $155 Average bid
    $155 Avg Bid
    38 bids

    ...an experienced Nginx specialist who knows Hypernode inside-out to harden my Magento shop against abusive crawlers. Security threats are my primary concern; we have already been hit by a few DDoS-style spikes traced to shady user agents hammering layered navigation and search/filter URLs. My plan is to deploy Hypernode’s official bot block configuration, tune it for our environment and keep it 100 % upgrade-safe. Country-wide blocking is off the table unless absolutely unavoidable—I only want the malicious traffic gone while Googlebot and other legitimate crawlers continue to index the site normally. Scope of work • Parse recent access logs, flag suspicious user agents and URL patterns (layered navigation, search, filter). • Adapt Hypernode’s bo...

    $12 / hr Average bid
    $12 / hr Avg Bid
    8 bids

    ...Magento layered navigation Our Magento server is being heavily hit by bots on specific URLs (mainly layered navigation and search/filter URLs), causing performance and availability issues for real users. This needs to be fixed as soon as possible. Our hosting provider (Hypernode) provides an official guide on how to solve this issue by blocking bot access to layered navigation at the server (Nginx) level. I will share this documentation with you. Please implement this solution according to Hypernode best practices. Preference is to block bots on specific URLs, not to block entire countries (only if absolutely necessary). After implementation, verify that bots are blocked, real users are unaffected, and performance improves. See attachment: layered issue My maximum budget...

    $152 Average bid
    $152 Avg Bid
    66 bids

    ...so nothing is hard-coded. I need two things: 1. A precise fix for that title-only culture glitch in WSL 2. Once solved, titles must render in French or English exactly like the rest of the interface when I switch cultures. 2. Step-by-step coaching on publishing the site to my Linux host. The server has my database and is blank at the moment, so please guide me through choosing and configuring Nginx or Apache, installing the .NET runtime, running dotnet publish, setting up a reverse proxy, and wiring it all so that future deployments are painless. Key stack details you may want to know while investigating: • v16.0.18925.20022 for exports • v7.8.7 for PDF viewing • v9.0.0 for the MySQL layer

    $335 Average bid
    $335 Avg Bid
    156 bids

    Hi, I'm looking for a developer for a new Laravel 12 project. It's a configurable web platform ...by field operators via mobile-friendly forms, a supervisor dashboard with charts, automated monthly report export via Laravel Excel, and email alerts when a configured threshold is breached. Two roles only : Operator and Supervisor. For the tech approach, I want to use FilamentPHP v3 for the panel and forms, and rely on standard reusable Laravel packages for auth, RBAC, notifications and Docker/Nginx setup that we already have rather than building from scratch. Can you send me a realistic day-by-day breakdown with your rate? I'm benchmarking a few developers so please be precise in your justification. My internal estimate for this scope, given Filament, is around 10 to...

    $587 Average bid
    $587 Avg Bid
    349 bids

    ...for PHP 8.3 memory caching, dynamic mega menu deployed, 28.1s LCP mitigated via aggressive caching). The primary business risk is no longer uptime—it is conversion truth quality, payload integrity, and edge-to-origin proxy reliability. We require an exhaustive audit of our Nginx reverse proxy routing, Apache/.htaccess directives, and server-side form handling to eliminate "Ghost Leads," eradicate silent exceptions, and enforce a strict backend-only conversion tracking model. Infrastructure & Stack Baseline: Edge/Proxy: Nginx (Ports 80/443, TLS termination). Origin Application: Apache (Internal ports) running PHP 8.3-FPM + APCu. CMS & DOM: Joomla + Gridbox (handling dynamic overlay CTAs and mega menus). Form Processing: ChronoForms8 (Strict serv...

    $545 Average bid
    $545 Avg Bid
    99 bids

    I need n8n installed and fully operational on my dedicated Linux server. The machine is clean and ready; I simply want the workflow automation platform running behind Nginx with PostgreSQL as the back-end database. The job covers: • Installing all required packages (latest stable n8n, Node.js, Nginx, PostgreSQL). • Configuring Nginx as a reverse proxy with SSL (Let’s Encrypt is fine). • Pointing n8n to the PostgreSQL instance and making sure environment variables persist. • Setting up a systemd service (or Docker if you prefer and document it) so n8n survives reboots. • Hardening the server with basic firewall rules and fail2ban. • Providing a brief, step-by-step hand-over note so I can replicate or update the setup la...

    $81 Average bid
    $81 Avg Bid
    25 bids

    ...pure PHP (no WordPress, Shopify, etc.), and must launch with user account management, secure payment processing and reliable product search & filtering all working end-to-end. I will supply the code archive, database schema and image assets; you handle the server-side configuration, SSL, payment gateway hookup, email notifications and any tweaking required to make everything play nicely on Apache/Nginx. Deliverables • Code and assets deployed on my server • Database configured and populated with sample data • User registration, login and profile pages fully functional • Payment gateway live in production mode, test transactions verified • Product search returns correct results and filters without lag • Basic hardening (permissions, inp...

    $432 Average bid
    $432 Avg Bid
    105 bids

    ...| 4 | ECG Feature Extraction Pipeline | Python / SciPy | AWS EC2 (on-demand) | | 5 | Web Dashboard | React 18 / Vite / TailwindCSS | Hostinger | | 6 | Insurance Portal Frontend | React 19 / Vite 7 / TailwindCSS | Hostinger | All EC2 services run on a *single Ubuntu 22.04 instance* behind Nginx. --- ## Infrastructure You Will Set Up - *AWS RDS* — PostgreSQL 14 database (shared by all services) - *AWS S3* — Private bucket for CSV evidence file storage - *AWS EC2* — Ubuntu server, Nginx reverse proxy, systemd services, SSL via Let's Encrypt - *Polygon Amoy testnet* — Deploy a Solidity smart contract (, already written) using Remix IDE and MetaMask (no Solidity experience required — it is a one-click deploy) - *Hostinger* — Uploa...

    $100 Average bid
    $100 Avg Bid
    39 bids

    ...| 4 | ECG Feature Extraction Pipeline | Python / SciPy | AWS EC2 (on-demand) | | 5 | Web Dashboard | React 18 / Vite / TailwindCSS | Hostinger | | 6 | Insurance Portal Frontend | React 19 / Vite 7 / TailwindCSS | Hostinger | All EC2 services run on a *single Ubuntu 22.04 instance* behind Nginx. --- ## Infrastructure You Will Set Up - *AWS RDS* — PostgreSQL 14 database (shared by all services) - *AWS S3* — Private bucket for CSV evidence file storage - *AWS EC2* — Ubuntu server, Nginx reverse proxy, systemd services, SSL via Let's Encrypt - *Polygon Amoy testnet* — Deploy a Solidity smart contract (, already written) using Remix IDE and MetaMask (no Solidity experience required — it is a one-click deploy) - *Hostinger* — Uploa...

    $28 Average bid
    $28 Avg Bid
    20 bids

    ...professional to set up a production-ready **Frappe Framework** (or ERPNext) environment on my server. The installation must be containerized using Docker to ensure scalability and easy maintenance. **Key Requirements:** * Set up **Frappe/ERPNext** using the official `frappe_docker` repository. * Configure **Docker Compose** for managing containers (App, MariaDB, Redis, Nginx). * Set up an **SSL Certificate** (Let’s Encrypt) via Traefik or Nginx Proxy Manager. * Configure a **production site** with a custom domain. * Ensure **automated backups** for the database and site files. * Provide a brief "Cheat Sheet" for basic maintenance (restarting containers, updating apps). **Deliverables:** 1. A fully functional Frappe/ERPNext site accessible via HTTPS. 2. ...

    $32 Average bid
    $32 Avg Bid
    24 bids

    ...reverse proxy—so part of the job is preparing that environment, setting up the needed services, and wiring everything together behind Nginx (or another lightweight proxy if you prefer). All secret values, third-party API keys, and database credentials must be moved into a .env file and loaded through dotenv so nothing ends up hard-coded. Deliverables • Resolve all current build/runtime errors until `npm run build` and `npm run start` succeed without warnings • Create and populate the .env file, confirming key-value pairs load correctly in both dev and production modes • Prepare the Hostinger VPS: install/verify Node, MySQL, Redis, and configure the firewall and Nginx reverse proxy with SSL • Deploy the application under PM2 or a systemd ser...

    $81 Average bid
    $81 Avg Bid
    45 bids

    ... Include projected monthly AWS spend Justify each component and design decision Phase 3 — Implementation (If Approved) If we proceed, the scope will include: Provisioning and hardening EC2 instances Separate production and staging environments Web stack configuration (NGINX or Apache, PHP, MySQL) Automated backups Basic monitoring and alerting Rollback and recovery steps clearly documented Required Skills AWS / Cloud Computing DevOps & Automation EC2 & CloudWatch Apache / NGINX PHP MySQL / Database Management Network Administration Performance Tuning Engagement Notes Preference for engineers with real production optimization experience Strong documentation and communication expected Data-driven decision mak...

    $56 Average bid
    $56 Avg Bid
    29 bids

    The complete Figma UI for a Twitch-like platform is ready; now I need it running on iOS, Android, and the Web with the exact streaming pipeline outlined below. Tech flow to follow React Native (Streamer) → RTMP → Nginx-RTMP ingest → FFmpeg transcoding → HLS segments → CDN → React Native / Web viewers. Core scope • Build the streamer mobile client in React Native that pushes RTMP reliably from the device camera and microphone. • Stand-up and configure the Nginx-RTMP ingest server plus automated FFmpeg transcoding to multi-bit-rate HLS. • Expose the HLS playlist through a CDN endpoint and wire it into viewer apps written in React Native and React for Web. • Implement authentication using email-and-password as wel...

    $654 Average bid
    $654 Avg Bid
    86 bids

    My entire site, , has suddenly started throwing All Type Found errors. The homepage, every product page, and even the contact page are unreachable, yet I haven’t touched the structure, settings, or plugins recently. I need someone who can dive straight into the server, CMS, or routing files (htaccess, nginx config, database mappings—whatever applies) and pinpoint what broke. Once the root cause is clear, I want the live URLs working again with no collateral issues for SEO, analytics, or checkout flow. Deliverables • Diagnosis summary outlining what caused different type Eroor. • Full fix applied to restore access to the homepage, product pages, and contact page • Confirmation that all internal links resolve correctly and no new errors appear in Go...

    $48 Average bid
    $48 Avg Bid
    81 bids

    ...signup to final publish should keep creators in flow: record or upload, trim, add overlays, then push the finished video straight to a channel that feels like a mash-up of Facebook feeds and YouTube TV. Key requirements • Front-end and back-end must run as a multi-tenant WordPress installation so each customer gets a branded sub-site. • RTMP ingest and playback need to scale; I’m open to Nginx-RTMP, Ant Media, or another proven stack if it stays inside my hosting carrier’s environment. • Real-time chat should follow an IRC protocol or modern equivalent and appear alongside the live player. • The video-editing suite can be based on an existing JS library or custom Gutenberg blocks, as long as creators can cut, merge, and add simple ef...

    $32988 Average bid
    $32988 Avg Bid
    100 bids

    ...have a fully-built React website ready to go live. The code is complete; now I need it uploaded to my VPS and served reliably. Here’s what I’m looking for: • Build the production files (if not already built) and transfer them to the VPS. • Configure the Linux server so the site runs smoothly in production. • Set up and optimize whichever stack you feel is best for a React front end on a VPS—Nginx, Apache, or a Node.js service layer are all fine, as long as the final result is fast and stable. • Handle essentials such as environment variables, folder permissions, and HTTPS (Let’s Encrypt is acceptable). • Provide a brief hand-over note summarizing the commands or config files you touched so I can maintain the setup later. ...

    $27 Average bid
    $27 Avg Bid
    77 bids

    ...fail2ban, SSH hardening) Install Docker & Docker Compose Install Nginx Proxy Manager (SSL for all domains) Configure automatic SSL via Let’s Encrypt Set up proper DNS routing Configure system monitoring Configure automated daily backups Phase 2 – Website & CRM Migration Migrate from HostGator to Hostinger VPS: 2 WordPress websites (fully functional after migration) 2 Perfex CRM installations (existing databases must be preserved) Ensure all email functionality works Ensure no data loss Proper file permissions Optimize PHP & MySQL performance Perfex CRM must run properly inside Docker containers. Phase 3 – n8n Deployment (Docker) Deploy n8n via Docker Connect to PostgreSQL database Secure with HTTPS (via Nginx Proxy Manager) ...

    $187 Average bid
    $187 Avg Bid
    103 bids

    ...handle up to 50,000 concurrent active users. Absolute privacy, IP obfuscation, and zero-downtime under heavy database load are strictly required. Key Responsibilities: PHP Script Deployment: Successfully deploy and configure my custom PHP script on an offshore dedicated server (e.g., 64GB+ RAM, NVMe). Web Stack Configuration: Install a high-performance environment specifically tuned for PHP (such as Nginx + PHP-FPM or OpenLiteSpeed) using a lightweight control panel. Heavy Database Optimization: The script requires massive database operations. You must optimize MariaDB/MySQL to handle bulk updates without crashing (e.g., executing SQL queries to add funds to all 50,000 user accounts simultaneously, or targeting specific username prefixes). Absolute Privacy & Security: Complet...

    $161 Average bid
    $161 Avg Bid
    12 bids

    ...set up persistent volumes and networking so each service is isolated yet easy to maintain. Web stack Nginx will sit in front as a reverse proxy handling multiple domains and SSL certificates (Let’s Encrypt is fine). Clean redirects, gzip/brotli, and basic rate limiting should all be in place. Deployment workflow If a lightweight CI/CD pipeline (Git-based, push-to-deploy) is the simplest path to reliable updates, include it. Otherwise, show me a repeatable manual procedure I can later hook into GitHub Actions or GitLab CI. Deliverables (acceptance criteria) • Hardened Ubuntu VPS with documented security configuration • Dockerised versions of my applications running smoothly • Nginx reverse proxy with valid SSL for each domain • Clear...

    $169 Average bid
    $169 Avg Bid
    67 bids

    ...MediaCMS stack. I already have a Bunny account; it simply needs to be tied into the workflow so that all uploaded videos land in Bunny’s storage zone and stream through its CDN. Your mission is to get everything from first SSH login to a public, responsive website where I can log in, upload a video, watch it transcode, and then play the final stream through Bunny’s edge network. Along the way Nginx (or Apache if you prefer), FFmpeg, Celery, Redis and any other MediaCMS requirements need to be installed, secured and tuned for production. Deliverables • MediaCMS latest stable release installed on the VPS and reachable over HTTPS • Bunny Storage and Pull Zone integrated for both file storage and HLS/DASH delivery • Automatic encoding pipeline funct...

    $189 Average bid
    $189 Avg Bid
    53 bids

    ...WordPress and WooCommerce. Our devs told us it's not a good fit for our PDF/COA file upload situation - especially now that they added 2FA. We would like a mini-site that is linked to our main site with a similar look as our current site so the user doesn't know it's a separate site. Deliverables: 1. Source code and database schema. 2. Deployment instructions for a typical Linux server (Nginx or Apache). 3. Short admin guide covering upload steps and user management. I’ll test by uploading a batch of PDFs, verifying search accuracy for COA, date range, and keywords, then pulling random files to confirm downloads are intact. If the above fits your skill set, let’s talk timelines and milestones....

    $2097 Average bid
    $2097 Avg Bid
    246 bids

    ...file PostgreSQL database Nginx reverse proxy with HTTPS (Let’s Encrypt) Email configuration (SMTP outgoing + optional incoming if possible) Automatic backups (database + filestore) and restore procedure Basic security hardening (firewall, SSH security, fail2ban if possible) Logging and monitoring basics Test (TEST) Same configuration as Production (Nginx + HTTPS) Used for testing updates and custom modules before going live Ability to restore/copy database from PROD when needed (optional) Development (DEV) Same base setup Git workflow to deploy our custom addons (pull from repo, update modules) Developer tools access (logs, debug, easier restart) Common requirements Separate ports internally, but no public access to 8069/8070/8071 (only through Ngi...

    $300 Average bid
    $300 Avg Bid
    1 bids

    ...file PostgreSQL database Nginx reverse proxy with HTTPS (Let’s Encrypt) Email configuration (SMTP outgoing + optional incoming if possible) Automatic backups (database + filestore) and restore procedure Basic security hardening (firewall, SSH security, fail2ban if possible) Logging and monitoring basics Test (TEST) Same configuration as Production (Nginx + HTTPS) Used for testing updates and custom modules before going live Ability to restore/copy database from PROD when needed (optional) Development (DEV) Same base setup Git workflow to deploy our custom addons (pull from repo, update modules) Developer tools access (logs, debug, easier restart) Common requirements Separate ports internally, but no public access to 8069/8070/8071 (only through Ngi...

    $350 Average bid
    $350 Avg Bid
    1 bids

    ...do. Because the app will sit behind an nginx reverse proxy, please avoid hard-coded ports, respect the host headers, and make the base path easily adjustable. Feel free to pick any lightweight styling solution or vanilla CSS; I have no strict preference. Acceptance criteria 1. Any file above 1 MB is rejected client- or server-side with a clear error message. 2. Successful uploads return a UUID-like receipt number. 3. nginx proxying works out of the box after the base path is set in one place. 4. is appended correctly on every successful request. Deliverables • Complete source code for both React and FastAPI components • A brief README describing local setup, environment variables (upload directory, base path), and a sample nginx snippet Tha...

    $69 Average bid
    $69 Avg Bid
    80 bids

    I need a hand getting a script fully installed and running on my live web server. The specific script type isn’t a concern—what matters is completing the install, applying any required dependencies or permissions, and confirming it operates exactly as intended once deployed. You’ll be working directly on the server environment I provide. While the host could be running Apache, Nginx, or even IIS, I can grant you SSH/RDP or control-panel access as soon as we agree on the safest path. Please be comfortable identifying and tweaking configuration files, creating or importing databases if the script calls for one, and setting up cron jobs or background services where relevant. Deliverables: • Complete installation of the script with all prerequisites handled &b...

    $132 Average bid
    $132 Avg Bid
    83 bids

    Renew SSL on Nginx in Windows server

    $50 Average bid
    $50 Avg Bid
    1 bids

    ...dedicated server on Ubuntu (current LTS) and need HLstatsX:CE installed from scratch and tuned so it starts collecting live data straight away. The box already hosts Nginx, so the web front-end must sit behind that existing stack—preferably on a clean sub-domain—with SSL kept intact. All core pieces have to talk to each other: game server ↔ log-daemon ↔ MySQL/MariaDB ↔ web interface. Please handle every dependency, create the database, adjust any firewall rules, and finish by restarting the CS2 instance with the correct launch parameters so stats instantly populate. Acceptance will be based on: • Public stats page loading through Nginx with no errors • Real-time player data appearing after a live match • Clear, step-by-...

    $39 Average bid
    $39 Avg Bid
    23 bids

    ...(Redis-compatible) • Authentication: BetterAuth • Package Manager: pnpm Database: PostgreSQL (DigitalOcean managed database) Hosting Platform: Digital Ocean Scope of Project Infrastructure Setup Provision cloud infrastructure on DigitalOcean. Create separate environments for Development and Production. Deploy microservices as Docker containers for RCS & WhatsApp. Configure reverse proxy (NGINX/Caddy) with SSL certificates. Database Setup Set up DigitalOcean Managed PostgreSQL cluster. Create separate databases or schemas for each microservice (RCS, WhatsApp). Enable PgBouncer connection pooling. Configure automated backups, replication, and monitoring. Caching & Queues Install and configure Dragonfly (Redis alternative) for caching, sessions, and qu...

    $340 Average bid
    $340 Avg Bid
    48 bids

    Top nginx Community Articles