View | Details | Raw Unified | Return to bug 12904
Collapse All | Expand All

(-)a/etc/koha-httpd.conf (-1 / +15 lines)
Lines 157-162 Link Here
157
      ProxyPassReverse /api "unix:/var/run/koha/plack.sock|http://localhost/api"
157
      ProxyPassReverse /api "unix:/var/run/koha/plack.sock|http://localhost/api"
158
158
159
   </IfModule>
159
   </IfModule>
160
161
   <IfModule mod_expires.c>
162
      ExpiresActive on
163
      ExpiresByType text/css "access plus 60 days"
164
      ExpiresByType application/javascript "access plus 60 days"
165
      ExpiresByType image/png "access plus 12 hours"
166
      ExpiresByType image/gif "access plus 12 hours"
167
   </IfModule>
160
</VirtualHost>
168
</VirtualHost>
161
169
162
## Intranet
170
## Intranet
Lines 314-319 Link Here
314
      ProxyPassReverse /api "unix:/var/run/koha/plack.sock|http://localhost/api"
322
      ProxyPassReverse /api "unix:/var/run/koha/plack.sock|http://localhost/api"
315
323
316
   </IfModule>
324
   </IfModule>
325
   <IfModule mod_expires.c>
326
      ExpiresActive on
327
      ExpiresByType text/css "access plus 60 days"
328
      ExpiresByType application/javascript "access plus 60 days"
329
      ExpiresByType image/png "access plus 12 hours"
330
      ExpiresByType image/gif "access plus 12 hours"
331
   </IfModule>
317
</VirtualHost>
332
</VirtualHost>
318
333
319
# Uncomment this VirtualHost to enable API access through
334
# Uncomment this VirtualHost to enable API access through
320
- 

Return to bug 12904