Skip to content

Commit 64a16dd

Browse files
alexmvtimabbott
authored andcommitted
kandra: We do not serve staging from staging.zulip.com:80.
It is not configured in the ALB's rules, nor does the ALB ever forward to port 80.
1 parent 56ca594 commit 64a16dd

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

puppet/kandra/files/nginx/sites-available/zulip-staging

-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
server {
2-
listen 80;
3-
listen [::]:80;
4-
server_name staging.zulip.com;
5-
return 301 https://$server_name$request_uri;
6-
}
7-
81
include /etc/nginx/zulip-include/trusted-proto;
92
include /etc/nginx/zulip-include/s3-cache;
103
include /etc/nginx/zulip-include/upstreams;

0 commit comments

Comments
 (0)