m 2 omo-share: disable nginx sharing
This commit is contained in:
parent
ae8c48c2c4
commit
f273197970
@ -7,38 +7,6 @@ let
|
|||||||
local-ip = "192.168.1.11";
|
local-ip = "192.168.1.11";
|
||||||
# local-ip = config.krebs.build.host.nets.retiolum.ip4.addr;
|
# local-ip = config.krebs.build.host.nets.retiolum.ip4.addr;
|
||||||
in {
|
in {
|
||||||
krebs.nginx = {
|
|
||||||
enable = mkDefault true;
|
|
||||||
servers = {
|
|
||||||
omo-share = {
|
|
||||||
listen = [ "${local-ip}:80" ];
|
|
||||||
locations = singleton (nameValuePair "/" ''
|
|
||||||
|
|
||||||
access_log off;
|
|
||||||
# sendfile off;
|
|
||||||
# tcp_nopush on;
|
|
||||||
# aio on;
|
|
||||||
sendfile on;
|
|
||||||
sendfile_max_chunk 512k;
|
|
||||||
directio 512;
|
|
||||||
mp4;
|
|
||||||
autoindex on;
|
|
||||||
root /media;
|
|
||||||
limit_rate_after 100m;
|
|
||||||
limit_rate 5m;
|
|
||||||
mp4_buffer_size 4M;
|
|
||||||
mp4_max_buffer_size 10M;
|
|
||||||
allow all;
|
|
||||||
access_log off;
|
|
||||||
keepalive_timeout 65;
|
|
||||||
keepalive_requests 200;
|
|
||||||
reset_timedout_connection on;
|
|
||||||
tcp_nopush on;
|
|
||||||
gzip off;
|
|
||||||
'');
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
# samba share /media/crypt1/share
|
# samba share /media/crypt1/share
|
||||||
users.users.smbguest = {
|
users.users.smbguest = {
|
||||||
@ -68,6 +36,12 @@ in {
|
|||||||
browseable = "yes";
|
browseable = "yes";
|
||||||
"guest ok" = "yes";
|
"guest ok" = "yes";
|
||||||
};
|
};
|
||||||
|
pyload = {
|
||||||
|
path = "/media/crypt0/pyload";
|
||||||
|
"read only" = "yes";
|
||||||
|
browseable = "yes";
|
||||||
|
"guest ok" = "yes";
|
||||||
|
};
|
||||||
crypt0-rw = {
|
crypt0-rw = {
|
||||||
path = "/media/crypt0/";
|
path = "/media/crypt0/";
|
||||||
"read only" = "no";
|
"read only" = "no";
|
||||||
|
Loading…
Reference in New Issue
Block a user