Hugo cdn and mime type
BaGet works with A Record messa017.infineon.com proxy_set_header X-Forwarded-Proto https; ssl
This commit is contained in:
11
conf/includes/OI-Metrology-Server.conf
Normal file
11
conf/includes/OI-Metrology-Server.conf
Normal file
@ -0,0 +1,11 @@
|
||||
location /api/ {
|
||||
proxy_http_version 1.1;
|
||||
proxy_cache_bypass $http_upgrade;
|
||||
proxy_pass http://localhost:5002;
|
||||
proxy_set_header Host $http_host;
|
||||
proxy_set_header Connection keep-alive;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header X-Forwarded-Proto https;
|
||||
}
|
||||
|
||||
# see pipeline yml
|
Reference in New Issue
Block a user