{"id":15587,"date":"2025-11-05T05:40:20","date_gmt":"2025-11-05T05:40:20","guid":{"rendered":"https:\/\/greenwebpage.com\/community\/?p=15587"},"modified":"2025-11-17T05:59:19","modified_gmt":"2025-11-17T05:59:19","slug":"how-to-install-nginx-on-centos-10","status":"publish","type":"post","link":"https:\/\/greenwebpage.com\/community\/how-to-install-nginx-on-centos-10\/","title":{"rendered":"How to Install NGINX on CentOS 10 (Step-by-Step Guide)"},"content":{"rendered":"\n<p>\n  Installing NGINX for CentOS 10 allows you to create a powerful web server, reverse-proxy, or load balancer. NGINX, which is known for its scalability and low resource consumption, is used by many to host websites, manage web traffic, and serve static content. Installing NGINX is a quick and easy way to create a scalable, fast web server. Whether you&#8217;re deploying a simple website, a high-traffic application, or using NGINX as a load-balancer,\n<\/p>\n\n\n\n<p>\n  This guide will show you how to install NGINX on CentOS 10, including managing the firewall, enabling repositories and verifying the installation. \n<\/p>\n\n\n\n<p><strong>Table of Content<\/strong>\n<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"#Why-Choose-NGINX-on-CentOS-Stream-10\">Why Choose NGINX on CentOS Stream 10?<\/a><br>  <\/li>\n\n\n\n<li><a href=\"#How-to-Install-NGINX-on-CentOS-Stream-10\">How to Install NGINX on CentOS Stream 10<\/a><br>  <\/li>\n\n\n\n<li><a href=\"#Method-1:-Install-NGINX-Using-the-Distribution-Repository\">Method 1: Using the Distribution Repository<\/a><br>  <\/li>\n\n\n\n<li><a href=\"#Method-2:-Install-NGINX-Using-the-Official-NGINX.org-Repository\">Method 2: Using the Official NGINX org Repository<\/a><br>  <\/li>\n\n\n\n<li><a href=\"#Basic-Configuration-After-Installation\">Basic Configuration After Installation<\/a><br>  <\/li>\n\n\n\n<li><a href=\"#Post-Installation-Best-Practices\">Post-Installation Best Practices<\/a><br>  <\/li>\n\n\n\n<li><a href=\"#Conclusion\">Conclusion<\/a><br>  <\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"Why-Choose-NGINX-on-CentOS-Stream-10\"><a id=\"post-15587-_80lzu0yp6vly\"><\/a>Why Choose NGINX on CentOS Stream 10?<\/h2>\n\n\n\n<p>\n  NGINX&#8217;s high performance, low resources footprint, event-driven architectural design, and flexibility are what make it a popular web server, reverse proxy and load balancer. Combining NGINX and CentOS Stream 10, a modern RHEL distribution derived from CentOS. It gives you a stable platform with newer packages. NGINX is the perfect solution for administrators looking to get both performance and support.\n<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"How-to-Install-NGINX-on-CentOS-Stream-10\"><a id=\"post-15587-_3pno90mmhm2r\"><\/a>How to Install NGINX on CentOS Stream 10<\/h2>\n\n\n\n<p>\n  Installing NGINX is simple and powerful on CentOS Stream 10. You can use either the default repository or the NGINX.org official repository, but you will have the full guide, from installation, configuration, firewall settings, virtual hosts and best practices. When NGINX is properly configured on CentOS Stream 10 you will have a high-performance web server that&#8217;s ready for production workloads or scalable web apps.\n<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-15587-_lb82t8qmaptt\"><\/a>Prerequisites<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>CentOS Stream 10 server with sudo or root privileges.  <\/li>\n\n\n\n<li>You can enable a firewall service such as firewalld (you will open ports later). <\/li>\n\n\n\n<li>Downloading packages requires network internet access.<\/li>\n\n\n\n<li>Basic knowledge of command-line operations.<br>  <\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"Method-1:-Install-NGINX-Using-the-Distribution-Repository\"><a id=\"post-15587-_xogbf7eq5yiu\"><\/a>Method 1: Install NGINX Using the Distribution Repository<\/h2>\n\n\n\n<p>\n  Installing NGINX using the CentOS Stream 10 default repositories is the easiest way to do it. It is ideal for production environments where you want fewer surprises. To install NGINX on CentOS 10, follow below steps:\n<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-15587-_4l898wuor4zu\"><\/a>Step 1: Update the system packages<\/h3>\n\n\n\n<p>\n  Make sure your system is up-to-date with patches and dependencies to avoid conflicts during installation.\n<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th><p>\n  sudo dnf update -y\n<\/p><\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img fetchpriority=\"high\" decoding=\"async\" width=\"974\" height=\"212\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15587-1.png\" alt=\"  sudo dnf update -y\n\" class=\"wp-image-15588\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15587-1.png 974w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15587-1-300x65.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15587-1-768x167.png 768w\" sizes=\"(max-width: 974px) 100vw, 974px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-15587-_pfs7cc3fmohb\"><\/a>Step 2: Install NGINX<\/h3>\n\n\n\n<p>\n  Install the NGINX package using the CentOS repository. The version may be a little older, but it is thoroughly tested.\n<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th><p>\n  sudo dnf install nginx -y\n<\/p><\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"970\" height=\"583\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15587-2.png\" alt=\"  sudo dnf install nginx -y\n\" class=\"wp-image-15589\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15587-2.png 970w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15587-2-300x180.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15587-2-768x462.png 768w\" sizes=\"(max-width: 970px) 100vw, 970px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-15587-_ptf62a33bd0q\"><\/a>Step 3: Start and enable NGINX service<\/h3>\n\n\n\n<p>\n  Starts NGINX instantly and configures it so that it starts automatically on boot.\n<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th><p>\n  sudo systemctl start nginx\n<\/p><p>\n  sudo systemctl enable nginx\n<\/p><\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"970\" height=\"182\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15587-3.png\" alt=\"Sart and enable Nginx\" class=\"wp-image-15590\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15587-3.png 970w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15587-3-300x56.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15587-3-768x144.png 768w\" sizes=\"(max-width: 970px) 100vw, 970px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>\n  Let\u2019s check its services.\n<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th><p>\n  sudo systemctl status nginx\n<\/p><\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"973\" height=\"517\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15587-4.png\" alt=\"  sudo systemctl status nginx\n\" class=\"wp-image-15591\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15587-4.png 973w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15587-4-300x159.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15587-4-768x408.png 768w\" sizes=\"(max-width: 973px) 100vw, 973px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-15587-_2hyx95dg6lbv\"><\/a>Step 4: Open HTTP\/HTTPS ports in the firewall<\/h3>\n\n\n\n<p>\n  Allow incoming traffic to ports 80 and 443, so that NGINX may serve web pages.\n<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th><p>\n  sudo firewall-cmd &#8211;permanent &#8211;add-service=http\n<\/p><p>\n  sudo firewall-cmd &#8211;permanent &#8211;add-service=https\n<\/p><p>\n  sudo firewall-cmd &#8211;reload\n<\/p><\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"968\" height=\"260\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15587-5.png\" alt=\"Open https\/https ports in firewall\" class=\"wp-image-15592\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15587-5.png 968w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15587-5-300x81.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15587-5-768x206.png 768w\" sizes=\"(max-width: 968px) 100vw, 968px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-15587-_jxqj6i1ccbeu\"><\/a>Step 5: Test NGINX<strong><\/h3><br><\/strong>Navigate to the IP address or domain of your server. You should be able to see the NGINX default welcome page. Alternatively:\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th><p>\n  curl -I http:\/\/localhost\n<\/p><\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"965\" height=\"338\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15587-6.png\" alt=\"  curl -I http:\/\/localhost\n\" class=\"wp-image-15593\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15587-6.png 965w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15587-6-300x105.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15587-6-768x269.png 768w\" sizes=\"(max-width: 965px) 100vw, 965px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>\n  Verifies that NGINX is running and accessible.\n<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th><p>\n  http:\/\/localhost\n<\/p><\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1203\" height=\"747\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15587-7.png\" alt=\"  http:\/\/localhost\n\" class=\"wp-image-15594\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15587-7.png 1203w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15587-7-300x186.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15587-7-1024x636.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15587-7-768x477.png 768w\" sizes=\"(max-width: 1203px) 100vw, 1203px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"Method-2:-Install-NGINX-Using-the-Official-NGINX.org-Repository\"><a id=\"post-15587-_cotdb9tg1bo0\"><\/a>Method 2: Install NGINX Using the Official NGINX.org Repository<\/h2>\n\n\n\n<p>\n  Use NGINX repository if you want to download the latest stable version or mainline NGINX with newer modules or features. You will have more control over the update process. \n<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-15587-_bkcweka7dm8u\"><\/a>Step 1: Set up the NGINX repository<\/h3>\n\n\n\n<p>\n  Create repository file\n<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th><p>\n  sudo nano \/etc\/yum.repos.d\/nginx.repo\n<\/p><\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<p>\n  Add contents:\n<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th><\/th><\/tr><\/thead><\/table><\/figure>\n\n\n<p>[nginx-stable]<\/p>\n\n\n\n<p>\n  name=nginx stable repo\n<\/p>\n\n\n\n<p>\n  baseurl=http:\/\/nginx.org\/packages\/centos\/$releasever\/$basearch\/\n<\/p>\n\n\n\n<p>\n  gpgcheck=1\n<\/p>\n\n\n\n<p>\n  enabled=1\n<\/p>\n\n\n\n<p>\n  gpgkey=https:\/\/nginx.org\/keys\/nginx_signing.key\n<\/p>\n\n\n\n<p>\n  module_hotfixes=true\n<\/p>\n\n\n<p>[nginx-mainline]<\/p>\n\n\n\n<p>\n  name=nginx mainline repo\n<\/p>\n\n\n\n<p>\n  baseurl=http:\/\/nginx.org\/packages\/mainline\/centos\/$releasever\/$basearch\/\n<\/p>\n\n\n\n<p>\n  gpgcheck=1\n<\/p>\n\n\n\n<p>\n  enabled=0\n<\/p>\n\n\n\n<p>\n  gpgkey=https:\/\/nginx.org\/keys\/nginx_signing.key\n<\/p>\n\n\n\n<p>\n  module_hotfixes=true\n<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"972\" height=\"630\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15587-8.png\" alt=\"add Nginx repository\" class=\"wp-image-15595\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15587-8.png 972w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15587-8-300x194.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15587-8-768x498.png 768w\" sizes=\"(max-width: 972px) 100vw, 972px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>\n  Installs NGINX.org repo to install the latest version directly. If you prefer the stable version to mainline:\n<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th><p>\n  sudo dnf config-manager &#8211;enable nginx-mainline\n<\/p><\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"969\" height=\"79\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15587-9.png\" alt=\"\" class=\"wp-image-15596\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15587-9.png 969w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15587-9-300x24.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15587-9-768x63.png 768w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15587-9-960x79.png 960w\" sizes=\"(max-width: 969px) 100vw, 969px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-15587-_ychg22d6gf44\"><\/a>Step 2: Install NGINX<\/h3>\n\n\n\n<p>\n  Install NGINX using the NGINX.org repository. You&#8217;ll receive the latest version and modules.\n<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th><p>\n  sudo dnf install nginx -y\n<\/p><\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"968\" height=\"602\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15587-10.png\" alt=\"  sudo dnf install nginx -y\n\" class=\"wp-image-15597\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15587-10.png 968w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15587-10-300x187.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15587-10-768x478.png 768w\" sizes=\"(max-width: 968px) 100vw, 968px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-15587-_kmdm56hiuaj4\"><\/a>Step 3: Start and enable the service<\/h3>\n\n\n\n<p>\n  Let\u2019s start and enable services:\n<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th><p>\n  sudo systemctl start nginx\n<\/p><p>\n  sudo systemctl enable nginx\n<\/p><\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"970\" height=\"182\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15587-11.png\" alt=\"start and enable Nginx\" class=\"wp-image-15598\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15587-11.png 970w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15587-11-300x56.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15587-11-768x144.png 768w\" sizes=\"(max-width: 970px) 100vw, 970px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-15587-_gz7bavjh4lws\"><\/a><strong>Step 4: Configure firewall<\/strong> (same as in Method 1)<\/h3>\n\n\n\n<p>\n  Allow incoming traffic to ports 80 and 443, so that NGINX may serve web pages.\n<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th><p>\n  sudo firewall-cmd &#8211;permanent &#8211;add-service=http\n<\/p><p>\n  sudo firewall-cmd &#8211;permanent &#8211;add-service=https\n<\/p><p>\n  sudo firewall-cmd &#8211;reload\n<\/p><\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"968\" height=\"260\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15587-12.png\" alt=\"Allow https\/https ports in firewall\" class=\"wp-image-15599\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15587-12.png 968w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15587-12-300x81.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15587-12-768x206.png 768w\" sizes=\"(max-width: 968px) 100vw, 968px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-15587-_bgi5z7jjxlbr\"><\/a>Step 5: Verify installation and version<\/h3>\n\n\n\n<p>\n  This tool lets you verify that you have installed the correct version of NGINX and check which one is currently running. Verify the installation version:\n<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th><p>\n  nginx -v\n<\/p><\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"973\" height=\"109\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15587-13.png\" alt=\"  nginx -v\n\" class=\"wp-image-15600\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15587-13.png 973w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15587-13-300x34.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15587-13-768x86.png 768w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15587-13-960x109.png 960w\" sizes=\"(max-width: 973px) 100vw, 973px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"Basic-Configuration-After-Installation\"><a id=\"post-15587-_9sxlf3m0egge\"><\/a>Basic Configuration After Installation<\/h2>\n\n\n\n<p>\n  You&#8217;ll probably want to configure NGINX after it is up and running.\n<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Configuration file: \/etc\/nginx\/nginx.conf<\/li>\n\n\n\n<li>Additional site configurations: directory \/etc\/nginx\/conf.d<br>  <\/li>\n<\/ul>\n\n\n\n<p><strong>Test configuration syntax:<\/strong>\n<\/p>\n\n\n\n<p>\n  Before reloading NGINX, check for syntax errors.\n<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th><p>\n  sudo nginx -t\n<\/p><\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"972\" height=\"129\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15587-14.png\" alt=\"  sudo nginx -t\n\" class=\"wp-image-15601\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15587-14.png 972w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15587-14-300x40.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15587-14-768x102.png 768w\" sizes=\"(max-width: 972px) 100vw, 972px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>\n  Reload the service whenever there are changes:\n<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th><p>\n  sudo systemctl reload nginx\n<\/p><\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"969\" height=\"82\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15587-15.png\" alt=\"  sudo systemctl reload nginx\n\" class=\"wp-image-15602\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15587-15.png 969w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15587-15-300x25.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15587-15-768x65.png 768w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/word-image-15587-15-960x82.png 960w\" sizes=\"(max-width: 969px) 100vw, 969px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>Set up a virtual host example:<br><\/strong>\n  Create file \/etc\/nginx\/conf.d\/example.com.conf:\n<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th><p>\n  server {\n<\/p><p>\n      listen 80;\n<\/p><p>\n      server_name example.com www.example.com;\n<\/p><p>\n      root \/usr\/share\/nginx\/html\/example.com;\n<\/p><p>\n      index index.html;\n<\/p><p>\n      location \/ {\n<\/p><p>\n          try_files $uri $uri\/ =404;\n<\/p><p>\n      }\n<\/p><p>\n  }\n<\/p><\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<p>\n  Defines a new site that serves example.com from a directory.\n<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"Post-Installation-Best-Practices\"><a id=\"post-15587-_rvoj5fw3qbb6\"><\/a>Post-Installation Best Practices<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>If you are unsure, disable SELinux or ensure that the contexts for web serving are enabled.  <\/li>\n\n\n\n<li>Update the server block so that it listens on 443.  <\/li>\n\n\n\n<li>Regularly update NGINX and review logs (\/var\/log\/nginx\/access.log, \/var\/log\/nginx\/error.log).  <\/li>\n\n\n\n<li>Scalability can be improved by using NGINX a reverse proxy or as a load balancer for the backend nodes.<\/li>\n\n\n\n<li>Monitor performance with tools such as top, htop ngxtop or netstat.<br>  <\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"Conclusion\"><a id=\"post-15587-_iq8us42yhgo\"><\/a>Conclusion<\/h2>\n\n\n\n<p>\n  To install NGINX on CentOS 10, update your system using sudo dnf update -y to ensure all packages are current. Then install NGINX with sudo dnf install nginx -y and start the service using sudo systemctl start nginx. Enable it to start on boot with sudo systemctl enable nginx. Next, allow HTTP and HTTPS traffic through the firewall by running sudo firewall-cmd &#8211;permanent &#8211;add-service=http, sudo firewall-cmd &#8211;permanent &#8211;add-service=https, and sudo firewall-cmd &#8211;reload. Finally, verify the installation by entering your server\u2019s IP address in a browser or running curl -I http:\/\/localhost; if successful, the default NGINX welcome page confirms that your web server is installed and running correctly on CentOS 10.\n<\/p>\n\n\n\n<p><\/p>\n\n    <div class=\"xs_social_share_widget xs_share_url after_content \t\tmain_content  wslu-style-1 wslu-share-box-shaped wslu-fill-colored wslu-none wslu-share-horizontal wslu-theme-font-no wslu-main_content\">\n\n\t\t\n        <ul>\n\t\t\t        <\/ul>\n    <\/div> \n","protected":false},"excerpt":{"rendered":"<p>Installing NGINX for CentOS 10 allows you to create a powerful web server, reverse-proxy, or load balancer. NGINX, which is known for its scalability and low resource consumption, is used by many to host websites, manage web traffic, and serve static content. Installing NGINX is a quick and easy way to create a scalable, fast [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":15728,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[43],"tags":[958,970,229,280],"class_list":["post-15587","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials","tag-centos-10","tag-load-balancer","tag-nginx","tag-web-server"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Install NGINX on CentOS 10 (Step-by-Step Guide)<\/title>\n<meta name=\"description\" content=\"This guide will show you how to install NGINX on CentOS 10, including managing the firewall, and enabling repositories.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/greenwebpage.com\/community\/how-to-install-nginx-on-centos-10\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Install NGINX on CentOS 10 (Step-by-Step Guide)\" \/>\n<meta property=\"og:description\" content=\"This guide will show you how to install NGINX on CentOS 10, including managing the firewall, and enabling repositories.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/greenwebpage.com\/community\/how-to-install-nginx-on-centos-10\/\" \/>\n<meta property=\"og:site_name\" content=\"Greenwebpage Community\" \/>\n<meta property=\"article:published_time\" content=\"2025-11-05T05:40:20+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-17T05:59:19+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/How-to-Install-NGINX-on-CentOS-10-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1020\" \/>\n\t<meta property=\"og:image:height\" content=\"600\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Karim Buzdar\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Karim Buzdar\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-nginx-on-centos-10\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-nginx-on-centos-10\/\"},\"author\":{\"name\":\"Karim Buzdar\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8\"},\"headline\":\"How to Install NGINX on CentOS 10 (Step-by-Step Guide)\",\"datePublished\":\"2025-11-05T05:40:20+00:00\",\"dateModified\":\"2025-11-17T05:59:19+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-nginx-on-centos-10\/\"},\"wordCount\":1042,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#organization\"},\"image\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-nginx-on-centos-10\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/How-to-Install-NGINX-on-CentOS-10-1.jpg\",\"keywords\":[\"CentOS 10\",\"Load balancer\",\"Nginx\",\"Web Server\"],\"articleSection\":[\"Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/greenwebpage.com\/community\/how-to-install-nginx-on-centos-10\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-nginx-on-centos-10\/\",\"url\":\"https:\/\/greenwebpage.com\/community\/how-to-install-nginx-on-centos-10\/\",\"name\":\"How to Install NGINX on CentOS 10 (Step-by-Step Guide)\",\"isPartOf\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-nginx-on-centos-10\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-nginx-on-centos-10\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/How-to-Install-NGINX-on-CentOS-10-1.jpg\",\"datePublished\":\"2025-11-05T05:40:20+00:00\",\"dateModified\":\"2025-11-17T05:59:19+00:00\",\"description\":\"This guide will show you how to install NGINX on CentOS 10, including managing the firewall, and enabling repositories.\",\"breadcrumb\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-nginx-on-centos-10\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/greenwebpage.com\/community\/how-to-install-nginx-on-centos-10\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-nginx-on-centos-10\/#primaryimage\",\"url\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/How-to-Install-NGINX-on-CentOS-10-1.jpg\",\"contentUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/How-to-Install-NGINX-on-CentOS-10-1.jpg\",\"width\":1020,\"height\":600,\"caption\":\"How to Install NGINX on CentOS 10\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-nginx-on-centos-10\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/greenwebpage.com\/community\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Install NGINX on CentOS 10 (Step-by-Step Guide)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#website\",\"url\":\"https:\/\/greenwebpage.com\/community\/\",\"name\":\"Greenwebpage Community\",\"description\":\"Get online in three steps with our wide range of web hosting solutions. Choose from professional business to enterprise options designed to meet your needs.\",\"publisher\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/greenwebpage.com\/community\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#organization\",\"name\":\"Greenwebpage Community\",\"url\":\"https:\/\/greenwebpage.com\/community\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2023\/10\/cropped-logomic.png\",\"contentUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2023\/10\/cropped-logomic.png\",\"width\":512,\"height\":512,\"caption\":\"Greenwebpage Community\"},\"image\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8\",\"name\":\"Karim Buzdar\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/0628fcbcddd9bc5486245d2cf4a904dbcdeac9ad6c3098f49237094e9d513d0c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/0628fcbcddd9bc5486245d2cf4a904dbcdeac9ad6c3098f49237094e9d513d0c?s=96&d=mm&r=g\",\"caption\":\"Karim Buzdar\"},\"sameAs\":[\"https:\/\/greenwebpage.com\"],\"url\":\"https:\/\/greenwebpage.com\/community\/author\/karim\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Install NGINX on CentOS 10 (Step-by-Step Guide)","description":"This guide will show you how to install NGINX on CentOS 10, including managing the firewall, and enabling repositories.","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:\/\/greenwebpage.com\/community\/how-to-install-nginx-on-centos-10\/","og_locale":"en_US","og_type":"article","og_title":"How to Install NGINX on CentOS 10 (Step-by-Step Guide)","og_description":"This guide will show you how to install NGINX on CentOS 10, including managing the firewall, and enabling repositories.","og_url":"https:\/\/greenwebpage.com\/community\/how-to-install-nginx-on-centos-10\/","og_site_name":"Greenwebpage Community","article_published_time":"2025-11-05T05:40:20+00:00","article_modified_time":"2025-11-17T05:59:19+00:00","og_image":[{"width":1020,"height":600,"url":"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/How-to-Install-NGINX-on-CentOS-10-1.jpg","type":"image\/jpeg"}],"author":"Karim Buzdar","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Karim Buzdar","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/greenwebpage.com\/community\/how-to-install-nginx-on-centos-10\/#article","isPartOf":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-install-nginx-on-centos-10\/"},"author":{"name":"Karim Buzdar","@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8"},"headline":"How to Install NGINX on CentOS 10 (Step-by-Step Guide)","datePublished":"2025-11-05T05:40:20+00:00","dateModified":"2025-11-17T05:59:19+00:00","mainEntityOfPage":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-install-nginx-on-centos-10\/"},"wordCount":1042,"commentCount":0,"publisher":{"@id":"https:\/\/greenwebpage.com\/community\/#organization"},"image":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-install-nginx-on-centos-10\/#primaryimage"},"thumbnailUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/How-to-Install-NGINX-on-CentOS-10-1.jpg","keywords":["CentOS 10","Load balancer","Nginx","Web Server"],"articleSection":["Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/greenwebpage.com\/community\/how-to-install-nginx-on-centos-10\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/greenwebpage.com\/community\/how-to-install-nginx-on-centos-10\/","url":"https:\/\/greenwebpage.com\/community\/how-to-install-nginx-on-centos-10\/","name":"How to Install NGINX on CentOS 10 (Step-by-Step Guide)","isPartOf":{"@id":"https:\/\/greenwebpage.com\/community\/#website"},"primaryImageOfPage":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-install-nginx-on-centos-10\/#primaryimage"},"image":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-install-nginx-on-centos-10\/#primaryimage"},"thumbnailUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/How-to-Install-NGINX-on-CentOS-10-1.jpg","datePublished":"2025-11-05T05:40:20+00:00","dateModified":"2025-11-17T05:59:19+00:00","description":"This guide will show you how to install NGINX on CentOS 10, including managing the firewall, and enabling repositories.","breadcrumb":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-install-nginx-on-centos-10\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/greenwebpage.com\/community\/how-to-install-nginx-on-centos-10\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/greenwebpage.com\/community\/how-to-install-nginx-on-centos-10\/#primaryimage","url":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/How-to-Install-NGINX-on-CentOS-10-1.jpg","contentUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/11\/How-to-Install-NGINX-on-CentOS-10-1.jpg","width":1020,"height":600,"caption":"How to Install NGINX on CentOS 10"},{"@type":"BreadcrumbList","@id":"https:\/\/greenwebpage.com\/community\/how-to-install-nginx-on-centos-10\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/greenwebpage.com\/community\/"},{"@type":"ListItem","position":2,"name":"How to Install NGINX on CentOS 10 (Step-by-Step Guide)"}]},{"@type":"WebSite","@id":"https:\/\/greenwebpage.com\/community\/#website","url":"https:\/\/greenwebpage.com\/community\/","name":"Greenwebpage Community","description":"Get online in three steps with our wide range of web hosting solutions. Choose from professional business to enterprise options designed to meet your needs.","publisher":{"@id":"https:\/\/greenwebpage.com\/community\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/greenwebpage.com\/community\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/greenwebpage.com\/community\/#organization","name":"Greenwebpage Community","url":"https:\/\/greenwebpage.com\/community\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/logo\/image\/","url":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2023\/10\/cropped-logomic.png","contentUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2023\/10\/cropped-logomic.png","width":512,"height":512,"caption":"Greenwebpage Community"},"image":{"@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8","name":"Karim Buzdar","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/0628fcbcddd9bc5486245d2cf4a904dbcdeac9ad6c3098f49237094e9d513d0c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/0628fcbcddd9bc5486245d2cf4a904dbcdeac9ad6c3098f49237094e9d513d0c?s=96&d=mm&r=g","caption":"Karim Buzdar"},"sameAs":["https:\/\/greenwebpage.com"],"url":"https:\/\/greenwebpage.com\/community\/author\/karim\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts\/15587","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/comments?post=15587"}],"version-history":[{"count":4,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts\/15587\/revisions"}],"predecessor-version":[{"id":15606,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts\/15587\/revisions\/15606"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/media\/15728"}],"wp:attachment":[{"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/media?parent=15587"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/categories?post=15587"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/tags?post=15587"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}