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

I've followed the setup instructions step by step. However, when I execute: ``` sudo certbot certonly --webroot -d domain.com --email [email protected] -w /var/www/_letsencrypt -n --agree-tos --force-renewal ``` The following error...

bug
help wanted
hacktoberfest

## Feature request Including fastcgi cache configuration with basic parameters. ### Feature description Include some controls that allow the user configure the maximum size to cache, time to live of...

Support for a wildcard certificate would be nice, especially when configuring many sites.

`nginxconfig.io` works amazingly great for an `ubuntu` server. However, the config for `Fedora` is a little different. For example, there is no `sites-available` folder in this OS, this config is...

I am trying to setup up a multisite installation using nginx, but if i put multiple domain names in the "servers" tab > "domain" form field, the tab name and...

I would like Wordpress Multisite support. Could be as simple as changing "servers" tab > "domain" form field to allow for spaces between domain names, or add checkbox for "multisite...

New Request Create config page for upstream configuration.

how to connect phpmyadmin Thankyou

Allow generated configs to be exported to GitHub Gists. This would be useful as instead of saving a link you could just save it in your GitHub gists.

Hello, please add opencart php config. Here is example, sorry for a mess there: ` client_max_body_size 100M; fastcgi_read_timeout 1800; location = /sitemap.xml { rewrite ^(.*)$ /index.php?route=feed/google_sitemap break; } location =...