mirror of
https://github.com/MatthewL246/pretendo-docker.git
synced 2026-05-04 04:27:30 -05:00
10 lines
160 B
Plaintext
10 lines
160 B
Plaintext
server {
|
|
listen 80;
|
|
listen 443 ssl;
|
|
server_name pretendo.cc www.pretendo.cc;
|
|
|
|
location / {
|
|
return 302 https://pretendo.network;
|
|
}
|
|
}
|