Skip to content
This repository was archived by the owner on Nov 7, 2019. It is now read-only.

Commit 4e79826

Browse files
committed
Remove http connection
1 parent 318e1e1 commit 4e79826

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/nginx/slackbot.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ server {
2727

2828
server {
2929
listen 80;
30-
server_name $SERVER_NAME;
31-
return 301 https://$host$request_uri;
30+
server_name neecathon-bot.neecist.org;
31+
return 444;
3232
}

0 commit comments

Comments
 (0)