Nginx configuration
Nginx rules have the following schema:
nginx.conf
location /VIRTUAL_FOLDER/ {
proxy_pass https://advertorials.contimo.app/websites/WEBSITE_ID/;
proxy_set_header X-Contimo-Token "CONTIMO_TOKEN";
}
Complete example:
nginx.conf
location /advertorials/ {
proxy_pass https://advertorials.contimo.app/websites/63ac46935c83c5212576f699/;
proxy_set_header X-Contimo-Token "";
}