From c0ec908c32d9f6e9041ba91034ca44026aa603bd Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Fri, 2 Apr 2021 10:52:39 +0200 Subject: [PATCH] committing changes in /etc made by "apt remove -y nginx-common" Package changes: -nginx-full 1.14.2-2+deb10u3 amd64 -python3-certbot-nginx 0.31.0-1 all --- .etckeeper | 2 -- ...mod-http-auth-pam.conf => 50-mod-http-auth-pam.conf.removed} | 0 ...0-mod-http-dav-ext.conf => 50-mod-http-dav-ext.conf.removed} | 0 .../{50-mod-http-echo.conf => 50-mod-http-echo.conf.removed} | 0 .../{50-mod-http-geoip.conf => 50-mod-http-geoip.conf.removed} | 0 ...-image-filter.conf => 50-mod-http-image-filter.conf.removed} | 0 ...tp-subs-filter.conf => 50-mod-http-subs-filter.conf.removed} | 0 ...pstream-fair.conf => 50-mod-http-upstream-fair.conf.removed} | 0 ...tp-xslt-filter.conf => 50-mod-http-xslt-filter.conf.removed} | 0 .../{50-mod-mail.conf => 50-mod-mail.conf.removed} | 0 .../{50-mod-stream.conf => 50-mod-stream.conf.removed} | 0 systemd/system/nginx.service | 1 + 12 files changed, 1 insertion(+), 2 deletions(-) rename nginx/modules-enabled/{50-mod-http-auth-pam.conf => 50-mod-http-auth-pam.conf.removed} (100%) rename nginx/modules-enabled/{50-mod-http-dav-ext.conf => 50-mod-http-dav-ext.conf.removed} (100%) rename nginx/modules-enabled/{50-mod-http-echo.conf => 50-mod-http-echo.conf.removed} (100%) rename nginx/modules-enabled/{50-mod-http-geoip.conf => 50-mod-http-geoip.conf.removed} (100%) rename nginx/modules-enabled/{50-mod-http-image-filter.conf => 50-mod-http-image-filter.conf.removed} (100%) rename nginx/modules-enabled/{50-mod-http-subs-filter.conf => 50-mod-http-subs-filter.conf.removed} (100%) rename nginx/modules-enabled/{50-mod-http-upstream-fair.conf => 50-mod-http-upstream-fair.conf.removed} (100%) rename nginx/modules-enabled/{50-mod-http-xslt-filter.conf => 50-mod-http-xslt-filter.conf.removed} (100%) rename nginx/modules-enabled/{50-mod-mail.conf => 50-mod-mail.conf.removed} (100%) rename nginx/modules-enabled/{50-mod-stream.conf => 50-mod-stream.conf.removed} (100%) create mode 120000 systemd/system/nginx.service diff --git a/.etckeeper b/.etckeeper index 3ad81ef..dac75f1 100755 --- a/.etckeeper +++ b/.etckeeper @@ -40,7 +40,6 @@ mkdir -p './modprobe.d' mkdir -p './monit/conf-available' mkdir -p './network/if-pre-up.d' mkdir -p './network/interfaces.d' -mkdir -p './nginx/modules-available' mkdir -p './opt' mkdir -p './perl/CPAN' mkdir -p './phpmyadmin/conf.d' @@ -1221,7 +1220,6 @@ maybe chmod 0644 'nginx/fastcgi_params' maybe chmod 0644 'nginx/koi-utf' maybe chmod 0644 'nginx/koi-win' maybe chmod 0644 'nginx/mime.types' -maybe chmod 0755 'nginx/modules-available' maybe chmod 0755 'nginx/modules-enabled' maybe chmod 0644 'nginx/nginx.conf' maybe chmod 0644 'nginx/nginx.conf.2016.07.20.08.58.54' diff --git a/nginx/modules-enabled/50-mod-http-auth-pam.conf b/nginx/modules-enabled/50-mod-http-auth-pam.conf.removed similarity index 100% rename from nginx/modules-enabled/50-mod-http-auth-pam.conf rename to nginx/modules-enabled/50-mod-http-auth-pam.conf.removed diff --git a/nginx/modules-enabled/50-mod-http-dav-ext.conf b/nginx/modules-enabled/50-mod-http-dav-ext.conf.removed similarity index 100% rename from nginx/modules-enabled/50-mod-http-dav-ext.conf rename to nginx/modules-enabled/50-mod-http-dav-ext.conf.removed diff --git a/nginx/modules-enabled/50-mod-http-echo.conf b/nginx/modules-enabled/50-mod-http-echo.conf.removed similarity index 100% rename from nginx/modules-enabled/50-mod-http-echo.conf rename to nginx/modules-enabled/50-mod-http-echo.conf.removed diff --git a/nginx/modules-enabled/50-mod-http-geoip.conf b/nginx/modules-enabled/50-mod-http-geoip.conf.removed similarity index 100% rename from nginx/modules-enabled/50-mod-http-geoip.conf rename to nginx/modules-enabled/50-mod-http-geoip.conf.removed diff --git a/nginx/modules-enabled/50-mod-http-image-filter.conf b/nginx/modules-enabled/50-mod-http-image-filter.conf.removed similarity index 100% rename from nginx/modules-enabled/50-mod-http-image-filter.conf rename to nginx/modules-enabled/50-mod-http-image-filter.conf.removed diff --git a/nginx/modules-enabled/50-mod-http-subs-filter.conf b/nginx/modules-enabled/50-mod-http-subs-filter.conf.removed similarity index 100% rename from nginx/modules-enabled/50-mod-http-subs-filter.conf rename to nginx/modules-enabled/50-mod-http-subs-filter.conf.removed diff --git a/nginx/modules-enabled/50-mod-http-upstream-fair.conf b/nginx/modules-enabled/50-mod-http-upstream-fair.conf.removed similarity index 100% rename from nginx/modules-enabled/50-mod-http-upstream-fair.conf rename to nginx/modules-enabled/50-mod-http-upstream-fair.conf.removed diff --git a/nginx/modules-enabled/50-mod-http-xslt-filter.conf b/nginx/modules-enabled/50-mod-http-xslt-filter.conf.removed similarity index 100% rename from nginx/modules-enabled/50-mod-http-xslt-filter.conf rename to nginx/modules-enabled/50-mod-http-xslt-filter.conf.removed diff --git a/nginx/modules-enabled/50-mod-mail.conf b/nginx/modules-enabled/50-mod-mail.conf.removed similarity index 100% rename from nginx/modules-enabled/50-mod-mail.conf rename to nginx/modules-enabled/50-mod-mail.conf.removed diff --git a/nginx/modules-enabled/50-mod-stream.conf b/nginx/modules-enabled/50-mod-stream.conf.removed similarity index 100% rename from nginx/modules-enabled/50-mod-stream.conf rename to nginx/modules-enabled/50-mod-stream.conf.removed diff --git a/systemd/system/nginx.service b/systemd/system/nginx.service new file mode 120000 index 0000000..dc1dc0c --- /dev/null +++ b/systemd/system/nginx.service @@ -0,0 +1 @@ +/dev/null \ No newline at end of file -- 2.39.5