This repository has been archived on 2023-08-13. You can view files and clone it, but cannot push or open issues or pull requests.
nas-server/nginx-blocks/0-http-redirect

5 lines
66 B
Plaintext
Raw Permalink Normal View History

2022-09-16 15:00:38 +02:00
server {
listen 80;
return 301 https://$host$request_uri;
}