This repository has been archived on 2023-05-02. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
neo/custom/proxy/config/conf.d/temp-frontend.conf
2023-02-15 14:06:33 +01:00

11 lines
No EOL
225 B
Text

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/;
}