We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4990db0 commit c080c4dCopy full SHA for c080c4d
lets-encrypt/activate-ssl.sh
@@ -175,7 +175,7 @@ server {
175
location / {
176
try_files \$uri \$uri/ /index.php?\$args;
177
# https://veerasundar.com/blog/2014/09/setting-expires-header-for-assets-nginx/
178
- if ($request_uri ~* ".(ico|css|js|gif|jpe?g|png)$") {
+ if (\$request_uri ~* ".(ico|css|js|gif|jpe?g|png)$") {
179
expires 15d;
180
access_log off;
181
add_header Pragma public;
0 commit comments