feat(provision): refactor to add other setup examples
[arvados.git] / tools / salt-install / single_host / nginx_api_configuration.sls
diff --git a/tools/salt-install/single_host/nginx_api_configuration.sls b/tools/salt-install/single_host/nginx_api_configuration.sls
deleted file mode 100644 (file)
index b2f12c7..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
----
-# Copyright (C) The Arvados Authors. All rights reserved.
-#
-# SPDX-License-Identifier: AGPL-3.0
-
-### ARVADOS
-arvados:
-  config:
-    group: www-data
-
-### NGINX
-nginx:
-  ### SITES
-  servers:
-    managed:
-      arvados_api:
-        enabled: true
-        overwrite: true
-        config:
-          - server:
-            - listen: 'api.internal:8004'
-            - server_name: api
-            - root: /var/www/arvados-api/current/public
-            - index:  index.html index.htm
-            - access_log: /var/log/nginx/api.__CLUSTER__.__DOMAIN__-upstream.access.log combined
-            - error_log: /var/log/nginx/api.__CLUSTER__.__DOMAIN__-upstream.error.log
-            - passenger_enabled: 'on'
-            - client_max_body_size: 128m