Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- location / {
- try_files $uri $uri/ $uri.html $uri/index.html $uri/index.xml index.php?$query_string /index.php?$query_string;
- }
- location ~* \.(css|js|eot|woff|ttf|woff2|png|ico|gif|svg|jpg|jpeg|webp|avi|mpg|mpeg|mp4|mp3)$ {
- expires 1w;
- try_files $uri index.php?$query_string /index.php?$query_string;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement