"access_log clause not allowed here"
This commit is contained in:
parent
0058c1dd1f
commit
21dff7c230
|
@ -75,10 +75,10 @@ let
|
||||||
worker_connections 1024;
|
worker_connections 1024;
|
||||||
}
|
}
|
||||||
|
|
||||||
error_log /dev/stderr info;
|
|
||||||
access_log /dev/stdout info;
|
|
||||||
|
|
||||||
http {
|
http {
|
||||||
|
error_log /dev/stderr info;
|
||||||
|
access_log /dev/stdout info;
|
||||||
|
|
||||||
map "$request_method:$http_accept" $proxpass {
|
map "$request_method:$http_accept" $proxpass {
|
||||||
# If no explicit matches exists below, send traffic to lemmy-ui
|
# If no explicit matches exists below, send traffic to lemmy-ui
|
||||||
default "http://lemmy-ui";
|
default "http://lemmy-ui";
|
||||||
|
|
Loading…
Reference in New Issue