Changes between Version 1 and Version 2 of Ticket #709, comment 4
- Timestamp:
- 02/02/15 19:29:58 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #709, comment 4
v1 v2 3 3 4 4 5 6 ---- 5 7 6 8 The following code is the complete server block with the nginx-1.7.8: … … 17 19 listen 80; 18 20 server_name xxx.com; 19 return 301 https:// niancy.com$request_uri;21 return 301 https://xxx.com$request_uri; 20 22 } 21 23