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