mirror of
https://github.com/plausible/hosting.git
synced 2025-06-15 02:07:29 -05:00
9827f5ace731fd407a5d48fb5e75c2804f1a55b1
On a server which has IPv6 configured, `sudo certbot --nginx` would fail because certbot looks for both A and AAAA DNS records, and if AAAA (IPv6) is found it uses that. By adding: ``` listen 80; listen [::]:80; ``` issue #22 is solved. Servers which have only IPv4 configured will continue working normally.
Plausible Analytics setup examples
This repository acts as a a template to get up and running with Plausible Analytics.
How to use
Find instructions on how to run Plausible Analytics Self Hosted in our docs.
Contributing
We are always looking to expand on the options and setups provided here. Feel free to open an issue or PR if you feel something could be improved.
Description
Languages
SVG
100%