temporary
This commit is contained in:
parent
20ca920de9
commit
55953b67c3
1 changed files with 11 additions and 0 deletions
11
custom/proxy/config/conf.d/temp-frontend.conf
Normal file
11
custom/proxy/config/conf.d/temp-frontend.conf
Normal file
|
@ -0,0 +1,11 @@
|
|||
server {
|
||||
listen 80;
|
||||
server_name "faulty.nl" "ixvd.net";
|
||||
return 302 https://faulty.envs.net/;
|
||||
}
|
||||
|
||||
server {
|
||||
listen 443 ssl http2;
|
||||
server_name "faulty.nl" "ixvd.net";
|
||||
return 302 https://faulty.envs.net/;
|
||||
}
|
Reference in a new issue