Nginx कॉन्फ़िग जेनरेटर

Nginx सर्वर कॉन्फ़िगरेशन ऑनलाइन जेनरेट करें। वर्चुअल होस्ट, SSL और प्रॉक्सी सेटिंग्स बनाएं।

server {
    listen 80;
    server_name example.com;
    root /var/www/html;
    index index.html index.htm;


    gzip on;
    gzip_types text/plain text/css application/json application/javascript;

    location / {
        try_files $uri $uri/ =404;
    }
}

संबंधित उपकरण

🔒 तुरंत परिणाम, AI से तेज़। साइनअप नहीं। 100% प्राइवेट।