|
@@ -4,8 +4,19 @@ nginx_worker_connections: "1024"
|
|
nginx_client_max_body_size: "64m"
|
|
nginx_client_max_body_size: "64m"
|
|
nginx_keepalive_timeout: "65"
|
|
nginx_keepalive_timeout: "65"
|
|
|
|
|
|
|
|
+nginx_proxy_cache_path: ""
|
|
|
|
+
|
|
nginx_remove_default_vhost: false
|
|
nginx_remove_default_vhost: false
|
|
nginx_vhosts: []
|
|
nginx_vhosts: []
|
|
-# TODO - add example.
|
|
|
|
-
|
|
|
|
-nginx_proxy_cache_path: ""
|
|
|
|
|
|
+# Example vhost below, showing all available options:
|
|
|
|
+# - {
|
|
|
|
+# listen: "80 default_server", # default: "80 default_server"
|
|
|
|
+# server_name: "example.com", # default: N/A
|
|
|
|
+# root: "/var/www/example.com", # default: N/A
|
|
|
|
+# index: "index.html index.htm", # default: "index.html index.htm"
|
|
|
|
+#
|
|
|
|
+# # Properties that are only added if defined:
|
|
|
|
+# error_page: "",
|
|
|
|
+# access_log: "",
|
|
|
|
+# extra_config: "" # Can be used to add extra config blocks (multiline).
|
|
|
|
+# }
|