1. Move Nextcloud to 192.168.1.24.

2. Chnage IP of storj to 192.168.1.19, WIFI of RP3.
3. Add collobora
This commit is contained in:
2024-02-28 12:23:15 +08:00
parent c47b2d72b6
commit 9514eb7249
3 changed files with 59 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ server {
ssl_trusted_certificate /etc/letsencrypt/live/storj.awin.one/chain.pem;
location / {
proxy_pass http://192.168.1.20:14002;
proxy_pass http://192.168.1.19:14002;
proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;