penpot/frontend/docker-nginx/conf.d/http-redirect.conf
2019-02-14 13:42:16 +01:00

4 lines
65 B
Plaintext

server {
listen *:80;
return 301 https://$host$request_uri;
}