This repository has been archived on 2022-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
|
listen 80;
|
|
listen [::]:80;
|
|
|
|
include /etc/nginx/conf.d/include/init-optional-variables;
|
|
|
|
location / {
|
|
return 301 https://$host$request_uri;
|
|
}
|