Changes between Version 1 and Version 2 of Ticket #709, comment 4


Ignore:
Timestamp:
02/02/15 19:29:58 (9 years ago)
Author:
fir Befamous

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #709, comment 4

    v1 v2  
    33
    44
     5
     6----
    57
    68The following code is the complete server block with the nginx-1.7.8:
     
    1719        listen 80;
    1820        server_name xxx.com;
    19         return 301 https://niancy.com$request_uri;
     21        return 301 https://xxx.com$request_uri;
    2022      }
    2123