Compare commits
2 Commits
f2f71f1a1a
...
2214ee658c
| Author | SHA1 | Date | |
|---|---|---|---|
| 2214ee658c | |||
| 05adeb10e8 |
@ -23,6 +23,11 @@
|
||||
fsType = "ext4";
|
||||
};
|
||||
|
||||
"/home/christoph/ssd" = {
|
||||
device = "/dev/disk/by-uuid/ff42f57c-cd45-41ea-a0ee-640e638b38bc";
|
||||
fsType = "ext4";
|
||||
};
|
||||
|
||||
# SG Exos Mirror Shares
|
||||
|
||||
"/media/Movie" = {
|
||||
|
||||
@ -72,6 +72,9 @@
|
||||
environment = {
|
||||
# Don't add PUID/PGID/TZ or sth like that!
|
||||
|
||||
# Allow uploads larger than 1GB
|
||||
APACHE_BODY_LIMIT = "0";
|
||||
|
||||
# Proxy
|
||||
APACHE_DISABLE_REWRITE_IP = "1";
|
||||
TRUSTED_DOMAINS = "nextcloud.local.chriphost.de local.chriphost.de nextcloud.vps.chriphost.de vps.chriphost.de";
|
||||
|
||||
Reference in New Issue
Block a user