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 85ae200 commit 5fe9c15Copy full SHA for 5fe9c15
templates/apps/drupal/drupal.j2
@@ -151,6 +151,11 @@ location / {
151
open_file_cache_errors off;
152
}
153
154
+ ## Core search support.
155
+ location ~* (/[[:alpha:]-]+)?/search/.+/.+ {
156
+ try_files $uri @drupal-no-args;
157
+ }
158
+
159
## PDFs and powerpoint files handling.
160
location ~* ^.+\.(?:pdf|pptx?)$ {
161
expires 30d;
0 commit comments