0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-10 09:08:31 -05:00
penpot/frontend/docker-nginx/conf.d/http-redirect.conf
2019-02-14 13:42:16 +01:00

4 lines
No EOL
65 B
Text

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