fix: nginx nebulosus
This commit is contained in:
parent
83a548ca8f
commit
68ef615dad
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue