From 47c3fa6699c7411133f480c7c5e12d2371499de4 Mon Sep 17 00:00:00 2001 From: Stefan Werfling Date: Thu, 20 Apr 2023 16:16:56 +0200 Subject: [PATCH] clean code --- backend/src/inc/Service/NginxService.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/src/inc/Service/NginxService.ts b/backend/src/inc/Service/NginxService.ts index 118d6c0..7fedb69 100644 --- a/backend/src/inc/Service/NginxService.ts +++ b/backend/src/inc/Service/NginxService.ts @@ -691,7 +691,6 @@ export class NginxService { // Mitigate httpoxy attack location.addVariable('proxy_set_header Proxy', ''); - // redirect ------------------------------------------------------------------------------------ if (entry.redirect !== '') {