mirror of
https://github.com/penpot/penpot.git
synced 2025-02-10 17:18:21 -05:00
4 lines
65 B
Text
4 lines
65 B
Text
|
server {
|
||
|
listen *:80;
|
||
|
return 301 https://$host$request_uri;
|
||
|
}
|