mirror of
https://github.com/penpot/penpot.git
synced 2026-05-19 15:03:45 +00:00
4 lines
65 B
Plaintext
4 lines
65 B
Plaintext
server {
|
|
listen *:80;
|
|
return 301 https://$host$request_uri;
|
|
} |