webapps:nextcloud_snap
This is an old revision of the document!
Nextcloud Snap
snap install nextcloud
nginx config
server {
listen 80;
server_name cloud.arctic.cat;
location / {
proxy_pass_header Server;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_pass http://127.0.0.1:81;
}
}
webapps/nextcloud_snap.1633025578.txt.gz · Last modified: 2021/09/30 18:12 by lucid