nginx-location.conf 57 B

123
  1. location / {
  2. return 301 https://$host$request_uri;
  3. }