This website requires JavaScript.
Explore
Help
Sign in
ixvd
/
neb
Watch
2
Star
0
Fork
You've already forked neb
0
Code
Issues
1
Pull requests
Projects
Releases
Packages
Wiki
Activity
b2a81eb1c9
neb
/
servers
/
keymaker
/
docker-compose.d
/
custom
/
nginx
/
conf.d
/
catch-all.conf
9 lines
103 B
Text
Raw
Normal View
History
Unescape
Escape
feat: impl catch-all for parked domains
2023-12-20 03:07:55 +01:00
server {
listen 80;
fix: iguess?? remove park.ixvd.net from config.
2023-12-23 22:33:28 +01:00
server_name _;
feat: impl catch-all for parked domains
2023-12-20 03:07:55 +01:00
location / {
proxy_pass http://pdsite;
}
}
Reference in a new issue
Copy permalink