Changeset 66 in code for trunk/marisa.conf.5
- Timestamp:
- Sep 19, 2023, 2:27:33 AM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/marisa.conf.5
r65 r66 1 .Dd 2021-11-032 .Dt PARTAGE.CONF 53 .Os POSIX.1-20171 .Dd $Mdocdate$ 2 .Dt MARISA.CONF 5 3 .Os 4 4 .Sh NAME 5 .Nm partage.conf6 .Nd partageconfiguration file format5 .Nm marisa.conf 6 .Nd marisa configuration file format 7 7 .Sh DESCRIPTION 8 8 .Nm 9 9 is the configuration file for the HTTP file sharing system, 10 .Xr partage1 .10 .Xr marisa 1 . 11 11 .Sh CONFIGURATION 12 12 Here are the settings that can be set: … … 18 18 .Ar host:port 19 19 or as a Unix socket: 20 .Ar /path/to/ partage.sock .20 .Ar /path/to/marisa.sock . 21 21 When using Unix sockets, the program will serve content using the 22 22 .Em FastCGI … … 55 55 using fastcgi: 56 56 .Bd -literal -offset indent 57 listen = /run/ partage.sock57 listen = /run/marisa.sock 58 58 baseuri = https://domain.tld 59 59 user = www … … 77 77 connection { max request body 10737418240 } 78 78 location "*" { 79 fastcgi socket "/run/ partage.sock"79 fastcgi socket "/run/marisa.sock" 80 80 } 81 81 } … … 84 84 85 85 .Sh SEE ALSO 86 .Xr partage1 ,87 .Xr partage-trash 1 ,86 .Xr marisa 1 , 87 .Xr marisa-trash 1 , 88 88 .Xr httpd 8, 89 89 .Xr httpd.conf 5 90 90 .Sh AUTHORS 91 91 .An Willy Goiffon Aq Mt dev@z3bra.org 92 .Pp 93 "Borrowed" by 94 .An Izuru Yakumo Aq Mt yakumo.izuru@chaotic.ninja
Note:
See TracChangeset
for help on using the changeset viewer.