Hello,
I have added the following ngnix configurations to a service plan and applied them. The affected subscription is in sync mode and not locked. What could be reasons that it still only works if I store it directly in the domain settings?
Service plan server configuration is not applied
I have added the following ngnix configurations to a service plan and applied them. The affected subscription is in sync mode and not locked. What could be reasons that it still only works if I store it directly in the domain settings?
Code:
gzip_proxied any;
location ~* \.(js|jpg|jpeg|gif|png|css|tgz|gz|rar|zip|bz2|doc|pdf|ppt|tar|wav|bmp|rtf|swf|ico|flv|txt|woff|woff2|svg|webp|webm)$ {
etag on;
if_modified_since exact;
add_header Pragma "public";
add_header Cache-Control...