another get query

This commit is contained in:
Ajay Ramachandran
2022-03-29 14:14:53 -04:00
committed by GitHub
parent 70a507818f
commit bd059c3a68

View File

@@ -163,6 +163,11 @@ http {
include /etc/nginx/cors.conf;
proxy_pass http://backend_GET;
}
location /api/isUserVIP {
include /etc/nginx/cors.conf;
proxy_pass http://backend_GET;
}
location /download/ {
#access_log /etc/nginx/logs/download.log no_ip buffer=64k;