neb/servers/link/docker-compose.d/custom/nginx/conf.d/ntfy.conf

8 lines
124 B
Text
Raw Normal View History

2023-10-20 04:24:09 +02:00
server {
listen 80;
server_name push.ixvd.net;
location / {
proxy_pass http://ntfy$request_uri;
}
}