neb/servers/keymaker/docker-compose.d/custom/nginx/conf.d/nebulosus.conf
Raine 83a548ca8f feat: nebulosus tmp solution
Signed-off-by: Raine <raine@ixvd.net>
2024-03-29 17:04:43 +01:00

8 lines
181 B
Text

server {
listen 80;
server_name nebulosus.nl;
# SSL is managed by certbot, no need for a ssl listen; it will be generated automagically!
proxy_pass http://site;
}