2024-03-29 16:45:06 +01:00
|
|
|
server {
|
|
|
|
listen 80;
|
|
|
|
server_name nebulosus.nl;
|
|
|
|
|
|
|
|
# SSL is managed by certbot, no need for a ssl listen; it will be generated automagically!
|
|
|
|
|
2024-03-29 17:07:24 +01:00
|
|
|
location / {
|
|
|
|
proxy_pass http://site;
|
|
|
|
}
|
2024-03-29 16:45:06 +01:00
|
|
|
}
|