{"id":2557,"date":"2020-04-11T12:38:54","date_gmt":"2020-04-11T09:08:54","guid":{"rendered":"https:\/\/airoserver.com\/?p=2557"},"modified":"2022-03-29T16:16:09","modified_gmt":"2022-03-29T11:46:09","slug":"nginx-web-server","status":"publish","type":"post","link":"https:\/\/airoserver.com\/fr\/dedie\/serveur-web-nginx\/","title":{"rendered":"Serveur web Nginx"},"content":{"rendered":"<p class=\"wp-block-paragraph\">Pr\u00e9c\u00e9demment, nous avons parl\u00e9 de ce qu'est un <a href=\"https:\/\/airoserver.com\/fr\/dedie\/serveur-web\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"serveur web (s&#039;ouvre dans un nouvel onglet)\">serveur web<\/a> et quels sont les diff\u00e9rents <a href=\"https:\/\/airoserver.com\/fr\/dedie\/comparaison-de-differents-serveurs-web-linux\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Quels sont les diff\u00e9rents serveurs web Linux (s&#039;ouvre dans un nouvel onglet)\">Serveurs web Linux<\/a> sont. Nous avons \u00e9galement expliqu\u00e9 ce qu'est un <a href=\"https:\/\/airoserver.com\/fr\/dedie\/serveur-web-apache\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Apach (ouvre un nouvel onglet)\">Apach<\/a>e qui est le serveur web Linux le plus utilis\u00e9 dans le monde. Dans cet article, nous allons parler de Nginx qui est un autre serveur web Linux.<\/p>\r\n\r\n\r\n\r\n<h4 class=\"wp-block-heading\"><strong>Qu'est-ce que Nginx ?<\/strong><\/h4>\r\n\r\n\r\n\r\n<div class=\"wp-block-image\">\r\n<figure class=\"aligncenter\"><img decoding=\"async\" class=\"wp-image-2558\" src=\"https:\/\/airoserver.com\/wp-content\/uploads\/2020\/04\/images_text_2000px-Nginx_logo.png\" alt=\"\" \/><\/figure>\r\n<\/div>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">Nginx est un serveur web open-source tr\u00e8s performant qui est \u00e9galement utilis\u00e9 comme proxy inverse, \u00e9quilibreur de charge et cache HTTP. D\u00e8s le d\u00e9part, il a travaill\u00e9 sur la haute performance et l'optimisation de l'utilisation de la RAM. Ce serveur web est compatible avec de nombreux syst\u00e8mes d'exploitation tels que OS X, Linux, HP-UX, Solaris, etc.<\/p>\r\n\r\n\r\n\r\n<h4 class=\"wp-block-heading\"><strong>Les meilleures caract\u00e9ristiques de Nginx<\/strong><\/h4>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">Voici quelques-unes de ses meilleures caract\u00e9ristiques :<\/p>\r\n\r\n\r\n\r\n<ul class=\"wp-block-list\">\r\n<li>Il peut prendre en charge et g\u00e9rer plus de 10000 connexions simultan\u00e9es avec une faible utilisation de la RAM.<\/li>\r\n<li>\u00c9quilibrage de la charge<\/li>\r\n<li>Tol\u00e9rance aux fautes<\/li>\r\n<li>Prise en charge du protocole SPDY<\/li>\r\n<li>La possibilit\u00e9 de compresser et d'extraire des fichiers gzip<\/li>\r\n<li>Supporte STARTTL<\/li>\r\n<li>et etc...<\/li>\r\n<\/ul>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">Ce serveur web pr\u00e9sente \u00e9galement quelques inconv\u00e9nients :<\/p>\r\n\r\n\r\n\r\n<ul class=\"wp-block-list\">\r\n<li>Il n'offre pas d'interface graphique facile \u00e0 utiliser. Mais il dispose d'un tableau de bord int\u00e9gr\u00e9 qui vous permet de contr\u00f4ler certaines choses.\u00a0<\/li>\r\n<li>Il ne prend pas en charge\u00a0<a href=\"https:\/\/airoserver.com\/fr\/dedie\/ou-se-trouvent-htaccess-et-php-ini-dans-cyberpanel\/\" target=\"_blank\" rel=\"noreferrer noopener\">.htaccess<\/a>\u00a0fichier.<\/li>\r\n<\/ul>\r\n\r\n\r\n\r\n<h4 class=\"wp-block-heading\"><strong>Installation de Nginx sur WHM<\/strong><\/h4>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">Ce serveur web est tr\u00e8s facile \u00e0 installer. Tout ce que vous avez \u00e0 faire est de vous connecter \u00e0 votre serveur \u00e0 l'aide d'une connexion SSH, puis de copier et coller ces commandes \u00e0 tour de r\u00f4le :<\/p>\r\n\r\n\r\n\r\n<pre class=\"wp-block-preformatted\"><strong>cd \/usr\/local\/src<\/strong>\r\n<strong>wget http:\/\/nginxcp.com\/latest\/nginxadmin.tar<\/strong>\r\n<strong>tar xf nginxadmin.tar<\/strong> \r\n<strong>cd publicnginx<\/strong>\r\n<strong>.\/nginxinstaller install<\/strong><\/pre>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">Apr\u00e8s l'installation, vous pouvez aller dans la section Plugins du WHM, pour voir le plugin Nginx que vous venez d'installer.<\/p>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">Ainsi, \u00e0 partir de maintenant, Nginx remplacera Apache dans votre serveur et sera utilis\u00e9 par tous les sites web.<\/p>\r\n\r\n\r\n\r\n<h4 class=\"wp-block-heading\"><strong>D\u00e9sinstaller Nginx du WHM<\/strong><\/h4>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">Vous pouvez utiliser les commandes simples ci-dessus pour l'installation, mais remplacez \"Install\" par \"uninstall\" dans la derni\u00e8re ligne.<\/p>\r\n\r\n\r\n\r\n<pre class=\"wp-block-preformatted\"><strong>cd \/usr\/local\/src<\/strong>\r\n<strong>wget http:\/\/nginxcp.com\/latest\/nginxadmin.tar\u00a0<\/strong>\r\n<strong>tar xf nginxadmin.tar<\/strong>\r\n<strong>cd publicnginx<\/strong>\r\n<strong>.\/nginxinstaller d\u00e9sinstaller<\/strong><\/pre>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">Nous esp\u00e9rons que vous avez appr\u00e9ci\u00e9 cet article. Si c'est le cas, vous pouvez consulter notre <a href=\"https:\/\/airoserver.com\/fr\/blog\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"blog (s&#039;ouvre dans un nouvel onglet)\">blog<\/a> pour en savoir plus !<\/p>","protected":false},"excerpt":{"rendered":"<p>Previously, we&#8217;ve talked about what a web server is and what different Linux web servers are. We also explained about Apache which is the most commonly used Linux web server in the world. In this post, we are going to talk about Nginx which is another Linux web server. What is Nginx? Nginx is a [&hellip;]<\/p>","protected":false},"author":5,"featured_media":33581,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[179,176,182,178],"tags":[85,142],"class_list":["post-2557","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-airoserver","category-dedicated","category-shared-hosting","category-airo-vps","tag-airoserver","tag-linux"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Nginx Web Server<\/title>\n<meta name=\"description\" content=\"Nginx is a very successful open-source web server that is also used as a reverse proxy, load balancer, and HTTP cache. It has an easy installation...\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/airoserver.com\/fr\/dedie\/serveur-web-nginx\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Nginx Web Server\" \/>\n<meta property=\"og:description\" content=\"Nginx is a very successful open-source web server that is also used as a reverse proxy, load balancer, and HTTP cache. It has an easy installation...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/airoserver.com\/fr\/dedie\/serveur-web-nginx\/\" \/>\n<meta property=\"og:site_name\" content=\"Airoserver | Cloud Hosting Solutions\" \/>\n<meta property=\"article:published_time\" content=\"2020-04-11T09:08:54+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-03-29T11:46:09+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/airoserver.com\/wp-content\/uploads\/2020\/04\/what-is-nginx.png\" \/>\n\t<meta property=\"og:image:width\" content=\"750\" \/>\n\t<meta property=\"og:image:height\" content=\"375\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"SEO Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u00c9crit par\" \/>\n\t<meta name=\"twitter:data1\" content=\"SEO Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/airoserver.com\/dedicated\/nginx-web-server\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/airoserver.com\/dedicated\/nginx-web-server\/\"},\"author\":{\"name\":\"SEO Team\",\"@id\":\"https:\/\/airoserver.com\/#\/schema\/person\/62f9488eeb65ea1e571178292d4bb897\"},\"headline\":\"Nginx Web Server\",\"datePublished\":\"2020-04-11T09:08:54+00:00\",\"dateModified\":\"2022-03-29T11:46:09+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/airoserver.com\/dedicated\/nginx-web-server\/\"},\"wordCount\":307,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/airoserver.com\/#organization\"},\"keywords\":[\"airoserver\",\"Linux\"],\"articleSection\":[\"AiroServer\",\"Dedicated\",\"Shared Hosting\",\"VPS\"],\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/airoserver.com\/dedicated\/nginx-web-server\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/airoserver.com\/dedicated\/nginx-web-server\/\",\"url\":\"https:\/\/airoserver.com\/dedicated\/nginx-web-server\/\",\"name\":\"Nginx Web Server\",\"isPartOf\":{\"@id\":\"https:\/\/airoserver.com\/#website\"},\"datePublished\":\"2020-04-11T09:08:54+00:00\",\"dateModified\":\"2022-03-29T11:46:09+00:00\",\"description\":\"Nginx is a very successful open-source web server that is also used as a reverse proxy, load balancer, and HTTP cache. It has an easy installation...\",\"breadcrumb\":{\"@id\":\"https:\/\/airoserver.com\/dedicated\/nginx-web-server\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/airoserver.com\/dedicated\/nginx-web-server\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/airoserver.com\/dedicated\/nginx-web-server\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/airoserver.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Nginx Web Server\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/airoserver.com\/#website\",\"url\":\"https:\/\/airoserver.com\/\",\"name\":\"Airoserver | Cloud Hosting Solutions\",\"description\":\"Cloud server | Dedicated server | Domain | Hosting| SSL | Virtual server | Airoserver\",\"publisher\":{\"@id\":\"https:\/\/airoserver.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/airoserver.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/airoserver.com\/#organization\",\"name\":\"Airoserver | Cloud Hosting Solutions\",\"url\":\"https:\/\/airoserver.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/airoserver.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/airoserver.com\/wp-content\/uploads\/2023\/09\/logo_airoserver.png\",\"contentUrl\":\"https:\/\/airoserver.com\/wp-content\/uploads\/2023\/09\/logo_airoserver.png\",\"width\":925,\"height\":880,\"caption\":\"Airoserver | Cloud Hosting Solutions\"},\"image\":{\"@id\":\"https:\/\/airoserver.com\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/airoserver.com\/#\/schema\/person\/62f9488eeb65ea1e571178292d4bb897\",\"name\":\"SEO Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/airoserver.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/0cc6a1209a0e36c0bf4f0fcdcd743946df92fde7ba86163b0724f194a722a861?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/0cc6a1209a0e36c0bf4f0fcdcd743946df92fde7ba86163b0724f194a722a861?s=96&d=mm&r=g\",\"caption\":\"SEO Team\"},\"url\":\"https:\/\/airoserver.com\/fr\/author\/seoteam\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Nginx Web Server","description":"Nginx is a very successful open-source web server that is also used as a reverse proxy, load balancer, and HTTP cache. It has an easy installation...","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/airoserver.com\/fr\/dedie\/serveur-web-nginx\/","og_locale":"fr_FR","og_type":"article","og_title":"Nginx Web Server","og_description":"Nginx is a very successful open-source web server that is also used as a reverse proxy, load balancer, and HTTP cache. It has an easy installation...","og_url":"https:\/\/airoserver.com\/fr\/dedie\/serveur-web-nginx\/","og_site_name":"Airoserver | Cloud Hosting Solutions","article_published_time":"2020-04-11T09:08:54+00:00","article_modified_time":"2022-03-29T11:46:09+00:00","og_image":[{"width":750,"height":375,"url":"https:\/\/airoserver.com\/wp-content\/uploads\/2020\/04\/what-is-nginx.png","type":"image\/png"}],"author":"SEO Team","twitter_card":"summary_large_image","twitter_misc":{"\u00c9crit par":"SEO Team","Dur\u00e9e de lecture estim\u00e9e":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/airoserver.com\/dedicated\/nginx-web-server\/#article","isPartOf":{"@id":"https:\/\/airoserver.com\/dedicated\/nginx-web-server\/"},"author":{"name":"SEO Team","@id":"https:\/\/airoserver.com\/#\/schema\/person\/62f9488eeb65ea1e571178292d4bb897"},"headline":"Nginx Web Server","datePublished":"2020-04-11T09:08:54+00:00","dateModified":"2022-03-29T11:46:09+00:00","mainEntityOfPage":{"@id":"https:\/\/airoserver.com\/dedicated\/nginx-web-server\/"},"wordCount":307,"commentCount":0,"publisher":{"@id":"https:\/\/airoserver.com\/#organization"},"keywords":["airoserver","Linux"],"articleSection":["AiroServer","Dedicated","Shared Hosting","VPS"],"inLanguage":"fr-FR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/airoserver.com\/dedicated\/nginx-web-server\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/airoserver.com\/dedicated\/nginx-web-server\/","url":"https:\/\/airoserver.com\/dedicated\/nginx-web-server\/","name":"Nginx Web Server","isPartOf":{"@id":"https:\/\/airoserver.com\/#website"},"datePublished":"2020-04-11T09:08:54+00:00","dateModified":"2022-03-29T11:46:09+00:00","description":"Nginx is a very successful open-source web server that is also used as a reverse proxy, load balancer, and HTTP cache. It has an easy installation...","breadcrumb":{"@id":"https:\/\/airoserver.com\/dedicated\/nginx-web-server\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/airoserver.com\/dedicated\/nginx-web-server\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/airoserver.com\/dedicated\/nginx-web-server\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/airoserver.com\/"},{"@type":"ListItem","position":2,"name":"Nginx Web Server"}]},{"@type":"WebSite","@id":"https:\/\/airoserver.com\/#website","url":"https:\/\/airoserver.com\/","name":"Airoserver | Cloud Hosting Solutions","description":"Cloud server | Dedicated server | Domain | Hosting| SSL | Virtual server | Airoserver","publisher":{"@id":"https:\/\/airoserver.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/airoserver.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/airoserver.com\/#organization","name":"Airoserver | Cloud Hosting Solutions","url":"https:\/\/airoserver.com\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/airoserver.com\/#\/schema\/logo\/image\/","url":"https:\/\/airoserver.com\/wp-content\/uploads\/2023\/09\/logo_airoserver.png","contentUrl":"https:\/\/airoserver.com\/wp-content\/uploads\/2023\/09\/logo_airoserver.png","width":925,"height":880,"caption":"Airoserver | Cloud Hosting Solutions"},"image":{"@id":"https:\/\/airoserver.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/airoserver.com\/#\/schema\/person\/62f9488eeb65ea1e571178292d4bb897","name":"SEO Team","image":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/airoserver.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/0cc6a1209a0e36c0bf4f0fcdcd743946df92fde7ba86163b0724f194a722a861?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/0cc6a1209a0e36c0bf4f0fcdcd743946df92fde7ba86163b0724f194a722a861?s=96&d=mm&r=g","caption":"SEO Team"},"url":"https:\/\/airoserver.com\/fr\/author\/seoteam\/"}]}},"_links":{"self":[{"href":"https:\/\/airoserver.com\/fr\/wp-json\/wp\/v2\/posts\/2557","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/airoserver.com\/fr\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/airoserver.com\/fr\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/airoserver.com\/fr\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/airoserver.com\/fr\/wp-json\/wp\/v2\/comments?post=2557"}],"version-history":[{"count":0,"href":"https:\/\/airoserver.com\/fr\/wp-json\/wp\/v2\/posts\/2557\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/airoserver.com\/fr\/wp-json\/wp\/v2\/media\/33581"}],"wp:attachment":[{"href":"https:\/\/airoserver.com\/fr\/wp-json\/wp\/v2\/media?parent=2557"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/airoserver.com\/fr\/wp-json\/wp\/v2\/categories?post=2557"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/airoserver.com\/fr\/wp-json\/wp\/v2\/tags?post=2557"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}