We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
folder - nginx/conf we need to clean it up keeping v4 structure in mind.
nginx/conf
nginx/conf/ nginx.conf
/usr/local/openresty/nginx/conf/nginx.conf
/var/www/conf/nginx/site.conf
Users can create additional conf files in /var/www/conf/nginx/custom/ with .conf extension. Something like /var/www/conf/nginx/custom/redirects.conf.
/var/www/conf/nginx/custom/
.conf
/var/www/conf/nginx/custom/redirects.conf
https://blog.martinfjordvald.com/2013/04/nginx-config-history-fastcgi_params-versus-fastcgi-conf/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
folder -
nginx/conf
we need to clean it up keeping v4 structure in mind.
nginx/conf/ nginx.conf
in the repo./usr/local/openresty/nginx/conf/nginx.conf
inside container/var/www/conf/nginx/site.conf
. EEv4 will create/generate this file.Users can create additional conf files in
/var/www/conf/nginx/custom/
with.conf
extension. Something like/var/www/conf/nginx/custom/redirects.conf
.https://blog.martinfjordvald.com/2013/04/nginx-config-history-fastcgi_params-versus-fastcgi-conf/
The text was updated successfully, but these errors were encountered: