nginxconfig.io icon indicating copy to clipboard operation
nginxconfig.io copied to clipboard

⚙️ NGINX config generator on steroids 💉

Results 77 nginxconfig.io issues
Sort by recently updated
recently updated
newest added

## Information nginx/1.25.3 https://whatismybrowser.com/w/AYNKTC6 ## Details Config setup fails on latest nginx versions ### Description I tried to follow the instructions of the configuration I created, but `sudo nginx -t`...

## Information Why not remove X-XSS-Protection in security? Renders some sites unusable, is unnesseary and even can be a security risk according to Mozilla: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-XSS-Protection

## Feature request ### Feature description Remove the `esm` and `extensionless` package usage in the repository, updating all imports throughout the project to use proper ESM imports with extensions, ideally...

help wanted
good first issue
hacktoberfest

## Information ## Details ### Description Binary Packages Now Available for the Preview NGINX QUIC+HTTP/3 Implementation https://www.nginx.com/blog/binary-packages-for-preview-nginx-quic-http3-implementation/ ### Steps to reproduce listen 443 http3; ### Expected behavior listen 443 quic...

## Information ## Details ### Description Nginx 1.25.1+ was released, and it has now [deprecated the http2 parameter in Nginx listen directive](https://hg.nginx.org/nginx/rev/08ef02ad5c54) in favour of using an [http2 directive](https://nginx.org/en/docs/http/ngx_http_v2_module.html#http2) standalone...

## Type of Change Generation of configuration ## What issue does this relate to? Resolves #435 ### What should this PR do? Fix the issue #435 by switching the generation...

## Feature request support client certificates - maybe only for some paths ### Feature description * maybe only for some paths / sites * option for use in tls termination...

## Information ## Details ### Description Wordpress config is being generated for every site, even non-wordpress ### Steps to reproduce Generate site example.de with Wordpress support Generate static example.ee site...

## Feature request ### Feature description Add support for `proxy_cookie_domain`. ### How the feature is useful Sometimes, we want to proxy some websites which is too slow or banned by...

NGINX was be used to build modern api gateway can we add nginx config template for api gateway? the template may including: - [ ] HTTP Route - Host Based...