feat: fix blyat?
This commit is contained in:
parent
140e07863e
commit
11cf6e4efc
1 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@
|
||||||
package = pkgs.nextcloud31;
|
package = pkgs.nextcloud31;
|
||||||
settings = let
|
settings = let
|
||||||
prot = "http"; # or https
|
prot = "http"; # or https
|
||||||
host = "10.0.0.69";
|
host = config.services.nextcloud.hostName;
|
||||||
dir = "/nextcloud";
|
dir = "/nextcloud";
|
||||||
in {
|
in {
|
||||||
overwriteprotocol = prot;
|
overwriteprotocol = prot;
|
||||||
|
|
@ -62,7 +62,7 @@
|
||||||
proxy_set_header X-Forwarded-Proto http;
|
proxy_set_header X-Forwarded-Proto http;
|
||||||
#proxy_pass http://127.0.0.1:8080/; # tailing / is important!
|
#proxy_pass http://127.0.0.1:8080/; # tailing / is important!
|
||||||
rewrite ^/nextcloud(.*)$ $1 break;
|
rewrite ^/nextcloud(.*)$ $1 break;
|
||||||
proxy_pass http://localhost:8080
|
proxy_pass http://127.0.0.1:8080
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
proxy_cache_bypass $http_upgrade;
|
proxy_cache_bypass $http_upgrade;
|
||||||
proxy_redirect off;
|
proxy_redirect off;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue