mirror of
https://github.com/zulip/zulip.git
synced 2025-10-30 11:33:51 +00:00
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.
This commit is contained in:
committed by
Tim Abbott
parent
56ca594abf
commit
64a16dd9b4
@@ -1,10 +1,3 @@
|
|||||||
server {
|
|
||||||
listen 80;
|
|
||||||
listen [::]:80;
|
|
||||||
server_name staging.zulip.com;
|
|
||||||
return 301 https://$server_name$request_uri;
|
|
||||||
}
|
|
||||||
|
|
||||||
include /etc/nginx/zulip-include/trusted-proto;
|
include /etc/nginx/zulip-include/trusted-proto;
|
||||||
include /etc/nginx/zulip-include/s3-cache;
|
include /etc/nginx/zulip-include/s3-cache;
|
||||||
include /etc/nginx/zulip-include/upstreams;
|
include /etc/nginx/zulip-include/upstreams;
|
||||||
|
|||||||
Reference in New Issue
Block a user