fix: nginx nebulosus

This commit is contained in:
Strix 2024-03-29 17:07:24 +01:00
parent 83a548ca8f
commit 68ef615dad

View file

@ -4,5 +4,7 @@ server {
# SSL is managed by certbot, no need for a ssl listen; it will be generated automagically!
proxy_pass http://site;
location / {
proxy_pass http://site;
}
}