From 77ac126ec20afc8fd89be791781e59213bc1818a Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 12 May 2021 13:41:07 +0200 Subject: [PATCH] correct structure --- joal/rootfs/etc/{ => nginx}/includes/mime.types | 0 joal/rootfs/etc/{ => nginx}/includes/proxy_params.conf | 0 joal/rootfs/etc/{ => nginx}/includes/resolver.conf | 0 joal/rootfs/etc/{ => nginx}/includes/server_params.conf | 0 joal/rootfs/etc/{ => nginx}/includes/ssl_params.conf | 0 joal/rootfs/etc/{ => nginx}/includes/upstream.conf | 0 joal/rootfs/etc/{ => nginx}/nginx.conf | 0 joal/rootfs/etc/{ => nginx}/servers/ingress.conf | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename joal/rootfs/etc/{ => nginx}/includes/mime.types (100%) rename joal/rootfs/etc/{ => nginx}/includes/proxy_params.conf (100%) rename joal/rootfs/etc/{ => nginx}/includes/resolver.conf (100%) rename joal/rootfs/etc/{ => nginx}/includes/server_params.conf (100%) rename joal/rootfs/etc/{ => nginx}/includes/ssl_params.conf (100%) rename joal/rootfs/etc/{ => nginx}/includes/upstream.conf (100%) rename joal/rootfs/etc/{ => nginx}/nginx.conf (100%) rename joal/rootfs/etc/{ => nginx}/servers/ingress.conf (100%) diff --git a/joal/rootfs/etc/includes/mime.types b/joal/rootfs/etc/nginx/includes/mime.types similarity index 100% rename from joal/rootfs/etc/includes/mime.types rename to joal/rootfs/etc/nginx/includes/mime.types diff --git a/joal/rootfs/etc/includes/proxy_params.conf b/joal/rootfs/etc/nginx/includes/proxy_params.conf similarity index 100% rename from joal/rootfs/etc/includes/proxy_params.conf rename to joal/rootfs/etc/nginx/includes/proxy_params.conf diff --git a/joal/rootfs/etc/includes/resolver.conf b/joal/rootfs/etc/nginx/includes/resolver.conf similarity index 100% rename from joal/rootfs/etc/includes/resolver.conf rename to joal/rootfs/etc/nginx/includes/resolver.conf diff --git a/joal/rootfs/etc/includes/server_params.conf b/joal/rootfs/etc/nginx/includes/server_params.conf similarity index 100% rename from joal/rootfs/etc/includes/server_params.conf rename to joal/rootfs/etc/nginx/includes/server_params.conf diff --git a/joal/rootfs/etc/includes/ssl_params.conf b/joal/rootfs/etc/nginx/includes/ssl_params.conf similarity index 100% rename from joal/rootfs/etc/includes/ssl_params.conf rename to joal/rootfs/etc/nginx/includes/ssl_params.conf diff --git a/joal/rootfs/etc/includes/upstream.conf b/joal/rootfs/etc/nginx/includes/upstream.conf similarity index 100% rename from joal/rootfs/etc/includes/upstream.conf rename to joal/rootfs/etc/nginx/includes/upstream.conf diff --git a/joal/rootfs/etc/nginx.conf b/joal/rootfs/etc/nginx/nginx.conf similarity index 100% rename from joal/rootfs/etc/nginx.conf rename to joal/rootfs/etc/nginx/nginx.conf diff --git a/joal/rootfs/etc/servers/ingress.conf b/joal/rootfs/etc/nginx/servers/ingress.conf similarity index 100% rename from joal/rootfs/etc/servers/ingress.conf rename to joal/rootfs/etc/nginx/servers/ingress.conf