summaryrefslogtreecommitdiffstats
path: root/doc/70-Troubleshooting.md
blob: d71e08a71a4dd8526957845bb4936a1a46e43135 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Troubleshooting <a id="troubleshooting"></a>

## PageSpeed Module Incompatibility <a id="pagespeed-incompatibility"></a>

It seems that Web 2 is not compatible with the PageSpeed module. Please disable the PageSpeed module using one of the
following methods.

**Apache**:
```
ModPagespeedDisallow "*/icingaweb2/*"
```

**Nginx**:
```
pagespeed Disallow "*/icingaweb2/*";
```