Skip to content

Commit fde69b1

Browse files
Update introduction.md
1 parent a1a4401 commit fde69b1

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

docs/proxy/introduction.md

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,11 @@ https://<yourdomain.com>/api/event -> https://plausible.io/api/event
4343

4444
When the browser requests a file at `https://yourdomain.com/js/script.js` it will actually be fetched from `https://plausible.io/js/pa-XXXXX.js`. The analytics will work exactly the same but the script will be served without being flagged.
4545

46-
In this case, `/js/pa-XXXXX.js` is the script location specific for your site. You can find it it in the "**Site Installation**" area of the "**General**" section in your [site settings](website-settings.md).
46+
In this case, `/js/pa-XXXXX.js` is the script location specific for your site. You can find it in the "**Site Installation**" area of the "**General**" section in your [site settings](website-settings.md).
4747

48+
:::tip Using WordPress?
49+
The quickest way to enable a proxy is to use our [official WordPress plugin](https://plausible.io/wordpress-analytics-plugin)
50+
:::
4851

4952
## How to proxy requests to Plausible
5053

@@ -58,21 +61,12 @@ All you need to do is set up a CNAME record using the instructions we'll send yo
5861

5962
Managed proxy is available on our Enterprise plans. [Contact us for details](https://plausible.io/contact).
6063

61-
### Standalone proxy
64+
### Manual proxy
6265

63-
A standalone proxy works with any tech stack or hosting provider. You're responsible for setting it up and keeping it running. You can use one of these options:
64-
65-
* [Cloudflare Workers](/docs/proxy/guides/cloudflare)
66-
* [Fastly](/docs/proxy/guides/fastly)
67-
* [How to send events directly to our API](/docs/events-api)
68-
69-
### Integrated proxy
70-
71-
These setups depend on how your app is deployed. You'll need to handle the proxy setup and maintenance yourself. Here are the available options:
72-
73-
* [WordPress](/docs/proxy/guides/wordpress)
66+
* [Cloudflare](/docs/proxy/guides/cloudflare)
7467
* [Vercel](/docs/proxy/guides/vercel)
7568
* [Fresh](/docs/proxy/guides/fresh)
7669
* [Nginx](/docs/proxy/guides/nginx)
7770
* [Apache](/docs/proxy/guides/apache)
7871
* [Caddy](/docs/proxy/guides/caddy)
72+
* [Send events directly to our API](/docs/events-api)

0 commit comments

Comments
 (0)