mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-22 13:12:41 +00:00
29fb134633
This sorts out HTTP servers, hopefully. Adaptation for systemd and documentation are still required
13 lines
373 B
Text
13 lines
373 B
Text
root /usr/share/arsse/www;
|
|
|
|
location @arsse {
|
|
# HTTP authentication may be enabled for this location, though this may impact some features
|
|
include /etc/arsse/nginx/arsse-fcgi.conf;
|
|
}
|
|
|
|
location @arsse_public {
|
|
# HTTP authentication should not be enabled for this location
|
|
include /etc/arsse/nginx/arsse-fcgi.conf;
|
|
}
|
|
|
|
include /etc/arsse/nginx/arsse-loc.conf;
|