Skip to content

Commit f37c24c

Browse files
committed
🐛 Fix(duplicate): Removed duplicate config entries
Signed-off-by: Joseph Harry <[email protected]>
1 parent d3b59d8 commit f37c24c

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

discountbandit.subdomain.conf.sample

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,5 @@ server {
4141
set $upstream_port 80;
4242
set $upstream_proto http;
4343
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
44-
4544
}
4645
}

discountbandit.subfolder.conf.sample

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ location ^~ /discountbandit/ {
2121
# enable for Authentik (requires authentik-server.conf in the server block)
2222
#include /config/nginx/authentik-location.conf;
2323

24-
include /config/nginx/proxy.conf;
25-
include /config/nginx/resolver.conf;
2624
include /config/nginx/proxy.conf;
2725
include /config/nginx/resolver.conf;
2826
set $upstream_app discountbandit;

0 commit comments

Comments
 (0)