is there a way i can combine this into one location :
location ~ ^/[^/]+\.ico$ {
root /home/mark/work/pop/static;
}
location ~ ^/[^/]+\.xml$ {
root /home/mark/work/pop/static;
}
location ~ ^/[^/]+\.xml.gz$ {
root /home/mark/work/pop/static;
}
location ~ ^/[^/]+\.html$ {
root /home/mark/work/pop/static;
}
location ~ ^/[^/]+\.txt$ {
root /home/mark/work/pop/static;
}
location ~ ^/[^/]+\.txt.gz$ {
root /home/mark/work/pop/static;
}