Update default.conf

This commit is contained in:
Mikhail 2024-05-18 19:28:57 +00:00
parent b3a5bb1a7e
commit d397c74739

@ -314,7 +314,7 @@ server {
proxy_buffering off; proxy_buffering off;
proxy_cache off; proxy_cache off;
proxy_pass http://$apiversion/$1; proxy_pass http://$apiversion/$2;
} }
location / { location / {