مولد تكوين 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;
}
}أدوات ذات صلة
🔒 نتائج فورية، أسرع من الذكاء الاصطناعي. بدون تسجيل. 100% خصوصية.