- '^(.*)$ http://localhost:8080/opencms/handle404?exporturi=%%{ich-trickse}{REQUEST_URI}&%%{ich-trickse}{QUERY_STRING} [P]'
proxy_preserve_host: true
proxy_pass:
- - { path: /opencms, '!' }
- - { path: /resources, '!' }
- - { path: /export, '!' }
- - { path: /skins, '!' }
- - { path: /genImages, '!' }
- - { path: /genImagesTemp, '!' }
- - { path: /fonts, '!' }
+ - { path: /opencms, url: '!' }
+ - { path: /resources, url: '!' }
+ - { path: /export, url: '!' }
+ - { path: /skins, url: '!' }
+ - { path: /genImages, url: '!' }
+ - { path: /genImagesTemp, url: '!' }
+ - { path: /fonts, url: '!' }
- { path: /, url: 'http://localhost:8080/opencms/' }