Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

browser media extensions not populated #67

Closed
rmuthukrishnan opened this issue Oct 27, 2017 · 4 comments
Closed

browser media extensions not populated #67

rmuthukrishnan opened this issue Oct 27, 2017 · 4 comments
Labels
Milestone

Comments

@rmuthukrishnan
Copy link

Hi, Thank you for providing this configuration file.

In the latest version, I cloned the repository and ran the php script. I see the media extensions is not populated below:

BROWSER MEDIA CACHE

location ~* .()$ {
etag on;
expires 30d;
}

In version 1.1, it is the following:

BROWSER MEDIA CACHE

location ~* .(ico|gif|jpe?g|png|svg|eot|otf|woff|woff2|ttf|ogg)$ {
expires max;
add_header Cache-Control "public";
add_header Access-Control-Allow-Origin "*";
}

Could you check? I see the template file does have the media extensions. I did not modify any of the files.

Thank you,
Raman

@maximejobin
Copy link
Collaborator

Did you follow instructions here:
https://github.com/maximejobin/rocket-nginx#installation

My guess is that you did not rename the ini file (removing the .disabled).

Let me know if I was right.

@rmuthukrishnan
Copy link
Author

rmuthukrishnan commented Oct 27, 2017 via email

@maximejobin
Copy link
Collaborator

I was able to reproduce the problem. A new version will be released.

@maximejobin maximejobin added this to the 2.1.1 milestone Oct 29, 2017
@maximejobin
Copy link
Collaborator

Fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants