chadgeary / cloudoffice

Cloudoffice deploys Nextcloud and OnlyOffice automatically with LetsEncrypt HTTPS certificates. Text and video instructions included. Six compatible cloud providers, or via Ubuntu/Raspberry Pi. Cloud provider deployments include low-cost object storage integration (e.g. S3).
Apache License 2.0
100 stars 12 forks source link

Using the nginx config from the Nextcloud documentation #8

Closed JCZuurmond closed 3 years ago

JCZuurmond commented 3 years ago

The Nextcloud documentation has a nginx config. Should we use that?

It for example contains http2 which is part of the server tuning page.

    listen 443      ssl http2;
    listen [::]:443 ssl http2;

I am not familiar with nginx and its configuration, but I trust the Nextcloud settings.

chadgeary commented 3 years ago

@JCZuurmond this looks good - added 8ffd774

JCZuurmond commented 3 years ago

Cool, and what about all the settings?