From 43fab937f9360445c54ec2a66e4dd5e54cd659fd Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Wed, 12 Jan 2022 06:52:44 +0100 Subject: [PATCH] removed old update nginx config --- .../nginx/sites-available/gradido_updating | 29 ------------------- 1 file changed, 29 deletions(-) delete mode 100644 deployment/bare_metal/old/nginx/sites-available/gradido_updating diff --git a/deployment/bare_metal/old/nginx/sites-available/gradido_updating b/deployment/bare_metal/old/nginx/sites-available/gradido_updating deleted file mode 100644 index df07e3715..000000000 --- a/deployment/bare_metal/old/nginx/sites-available/gradido_updating +++ /dev/null @@ -1,29 +0,0 @@ - -server { - server_name _; - listen 80; - listen [::]:80; - - include /etc/nginx/common/protect.conf; - include /etc/nginx/common/protect_add_header.conf; - - root /var/www/html/; - index updating.html; - - location /account { - alias /var/www/html/; - index updating.html; - } - location /vue { - alias /var/www/html/; - index updating.html; - } - - location ~ /\.ht { - deny all; - } - - access_log /var/log/nginx/access.log main; - -} -