0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-10 17:18:21 -05:00
penpot/frontend/docker-nginx/conf.d/http-redirect.conf

4 lines
65 B
Text
Raw Normal View History

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