Nginx Config GeneratorGenerate nginx server block configurations for static sites, reverse proxies, and PHP applicationsServer TypeServer Name (Domain)PortDocument RootEnable SSL/HTTPSEnable Gzip CompressionGenerated Configurationserver { listen 80; server_name example.com; root /var/www/html; index index.html index.htm; location / { try_files $uri $uri/ =404; } # Gzip compression gzip on; gzip_vary on; gzip_min_length 1024; gzip_types text/plain text/css application/json application/javascript text/xml application/xml; }Copy ConfigurationCopy ResultRelated ToolsBase64 Encoder/DecoderEncode or decode Base64 strings and filesTry it nowCode BeautifierFormat and beautify code in various languagesTry it nowColor PickerAdvanced color picker with multiple format supportTry it nowCSV to JSON ConverterConvert CSV data to JSON format and vice versaTry it nowHash GeneratorGenerate various hash types (MD5, SHA1, SHA256)Try it nowJSON FormatterFormat and validate your JSON with syntax highlightingTry it nowExplore more developer tools or discover trending tools