mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-10-15 01:40:46 +02:00
Add "v2" proxy
This commit is contained in:
@@ -26,6 +26,11 @@ server {
|
||||
proxy_pass $API_URL;
|
||||
}
|
||||
|
||||
location /v2 {
|
||||
proxy_pass_request_headers on;
|
||||
proxy_pass $API_URL;
|
||||
}
|
||||
|
||||
location / {
|
||||
root /usr/share/nginx/html;
|
||||
index index.html index.htm;
|
||||
|
Reference in New Issue
Block a user