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
811b4d4dfa
neb
/
servers
/
link
/
docker-compose.d
/
custom
/
nginx
/
conf.d
/
default.conf
10 lines
124 B
Text
Raw
Normal View
History
Unescape
Escape
migrate: ntfy + gatus
2023-10-20 04:24:09 +02:00
server {
listen 80;
server_name link.ixvd.net;
location / {
feat: wireguard
2023-10-23 02:16:24 +02:00
proxy_pass http://wireguard:5000;
migrate: ntfy + gatus
2023-10-20 04:24:09 +02:00
}
}
Reference in a new issue
Copy permalink