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
2e53572b0a
neb
/
servers
/
keymaker
/
docker-compose.d
/
custom
/
nginx
/
conf.d
/
catch-all.conf
9 lines
118 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;
feat: add park with https for catchall
2023-12-23 22:26:13 +01:00
server_name park.ixvd.net, _;
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