/etc/nginx
nginx.conf
: default settings for all appsservers/
which contains all directories for the apps in the environment and app_name.conf
files
app_name.ssl.conf
for apps that have ssl installed
config.force_ssl = true
, to enable http2:
etc/nginx/servers/app_name.ssl.conf
, add: listen 8092 ssl http2 proxy_protocol;
to the server blockapp_name.conf
files are generic for the appsapp_name/custom.conf
filesapp_name.conf
file includes the app_name/custom.conf
file