mirror of
https://github.com/MatthewL246/pretendo-docker.git
synced 2026-08-28 05:44:04 -05:00
Add a redirect to pretendo.cc
This commit is contained in:
8
config/nginx/redirect.conf
Normal file
8
config/nginx/redirect.conf
Normal file
@@ -0,0 +1,8 @@
|
||||
server {
|
||||
listen 80;
|
||||
server_name pretendo.cc www.pretendo.cc;
|
||||
|
||||
location / {
|
||||
return 302 https://pretendo.network;
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
server {
|
||||
listen 80;
|
||||
server_name pretendo.network;
|
||||
server_name pretendo.network www.pretendo.network;
|
||||
|
||||
set $upstream http://website:8080;
|
||||
location / {
|
||||
|
||||
Reference in New Issue
Block a user