{"id":18515832,"url":"https://github.com/comir/basic-nginx-proxy-ssl","last_synced_at":"2025-07-28T15:09:55.788Z","repository":{"id":69644585,"uuid":"420480819","full_name":"ComiR/basic-nginx-proxy-ssl","owner":"ComiR","description":"Basic nginx reverse proxy config with SSL","archived":false,"fork":false,"pushed_at":"2021-10-24T19:06:33.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-14T14:33:13.525Z","etag":null,"topics":["hacktoberfest","nginx"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ComiR.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2021-10-23T17:37:52.000Z","updated_at":"2021-10-24T19:06:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"3205299f-b707-4977-889d-5940301d7f4b","html_url":"https://github.com/ComiR/basic-nginx-proxy-ssl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ComiR/basic-nginx-proxy-ssl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ComiR%2Fbasic-nginx-proxy-ssl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ComiR%2Fbasic-nginx-proxy-ssl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ComiR%2Fbasic-nginx-proxy-ssl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ComiR%2Fbasic-nginx-proxy-ssl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ComiR","download_url":"https://codeload.github.com/ComiR/basic-nginx-proxy-ssl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ComiR%2Fbasic-nginx-proxy-ssl/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267535471,"owners_count":24103314,"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","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["hacktoberfest","nginx"],"created_at":"2024-11-06T15:50:02.653Z","updated_at":"2025-07-28T15:09:55.757Z","avatar_url":"https://github.com/ComiR.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nginx Reverse Proxy with SSL\n\nThis is a config template for a nginx reverse proxy with SSL termination.\n\n## Requirements\n\n### Extra Files\n* You'll need a `nginx.conf` which will `include conf.d/*.conf;` in the `http` section.  \n  Otherwise, you'll need to figure out what's the best way for you to include the configuration.\n* SSL certificate files `server.pem` and `server-key.pem` in directory `certs/`.\n* `extra/dhparam.pem`, which you'll have to generate via `openssl dhparam -out extra/dhparam.pem 4096` (this can happen anywhere, where `openssl` is available, i.e. this does not have to happen on the server itself).\n\n### Adjustments\n* Domain name of the proxy server: `server_name` in [vhost.conf](conf.d/vhost.conf).\n* Host of the server without SSL behind this proxy: `proxy_pass` in [vhost.conf](conf.d/vhost.conf).\n* If you're not using docker, you need to adjust the IP of the DNS: `resolver` in [ssl.conf](mixins/ssl.conf).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomir%2Fbasic-nginx-proxy-ssl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcomir%2Fbasic-nginx-proxy-ssl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomir%2Fbasic-nginx-proxy-ssl/lists"}