server
{
listen 80;
#listen [::]:80;
server_name www.cheapeyewear.net cheapeyewear.net;
index index.php;
set $MAGE_ROOT /home/wwwroot/www.cheapeyewear.net;
location /static/ {
# Uncomment the following line in production mode
# expires max;
# Remove signature of the static files that is used to overcome the browser cache
location ~ ^/static/version {
rewrite ^/static/(version\d*/)?(.*)$ /static/$2 last;
}