{"id":22760336,"url":"https://github.com/sidhyaashu/ngnix","last_synced_at":"2025-03-30T08:43:47.692Z","repository":{"id":257914850,"uuid":"871024789","full_name":"sidhyaashu/NGNIX","owner":"sidhyaashu","description":"Nginx is a fast and efficient web server that helps websites handle more visitors and load faster.","archived":false,"fork":false,"pushed_at":"2024-11-02T07:18:29.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"sidhya","last_synced_at":"2025-02-05T10:50:23.913Z","etag":null,"topics":["nginx","nginx-proxy","ngnix-server"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sidhyaashu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-11T05:56:32.000Z","updated_at":"2024-11-04T16:42:28.000Z","dependencies_parsed_at":"2025-02-05T10:44:24.421Z","dependency_job_id":"4e1554f0-bd98-4802-9329-b8a9f7272676","html_url":"https://github.com/sidhyaashu/NGNIX","commit_stats":null,"previous_names":["sidhyaashu/ngnix"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sidhyaashu%2FNGNIX","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sidhyaashu%2FNGNIX/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sidhyaashu%2FNGNIX/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sidhyaashu%2FNGNIX/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sidhyaashu","download_url":"https://codeload.github.com/sidhyaashu/NGNIX/tar.gz/refs/heads/sidhya","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246296581,"owners_count":20754632,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["nginx","nginx-proxy","ngnix-server"],"created_at":"2024-12-11T09:06:47.556Z","updated_at":"2025-03-30T08:43:47.671Z","avatar_url":"https://github.com/sidhyaashu.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"## NGNIX\n\nTo run NGINX with WSL (Windows Subsystem for Linux), you’ll need to install WSL, set up an appropriate Linux distribution, install NGINX, and start the server. Here’s the step-by-step process:\n\n# Step 1: Install WSL (if not already installed)\n1. Open PowerShell as Administrator and enable WSL:\n\n```bash\nwsl --install\n```\n\n# Step 2: Update and Install NGINX in WSL\n1. Update the package list in your Linux distribution (assuming Ubuntu here):\n```bash\nsudo apt update\n```\n2. Install NGINX:\n```bash\nsudo apt install nginx -y\n```\n3. Verify Installation by checking the NGINX version:\n```bash\nnginx -v\n```\n- Enable Service\n```bash\nsudo systemctl enable nginx\n```\n- Check Service status\n```bash\nsudo systemctl status nginx\n```\n\n# Step 3: Start NGINX\n1. Start the NGINX service:\n\n```bash\nsudo service nginx start\n```\n2. To check if NGINX is running, use:\n\n```bash\nsudo service nginx status\n```\n\n# Step 5: Access NGINX from Windows:\n```bash\nhttp://localhost\n```\n\n# Step 5: Manage NGINX in WSL:\n1. Stop NGINX:\n\n```bash\nsudo service nginx stop\n```\n2. Restart NGINX:\n\n```bash\nsudo service nginx restart\n```\n3. Reload NGINX (to apply changes without a full restart):\n\n```bash\nsudo service nginx reload\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsidhyaashu%2Fngnix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsidhyaashu%2Fngnix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsidhyaashu%2Fngnix/lists"}