Changed to own cloud

This commit is contained in:
root 2020-10-27 21:29:46 +00:00
parent 103e74e2d1
commit f44c16330d
1 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,8 @@ server {
server_name files.skiqqy.xyz;
location / {
proxy_pass http://localhost:87;
#proxy_pass http://localhost:87; # Raspberry pi
proxy_pass http://192.168.68.102:84; # Desktop
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;