andreas27 Wrote:
-------------------------------------------------------
> nginx: [emerg] "stream" directive is not allowed here in
> /etc/nginx/sites-enabled/rdp...
Stream is a separate block AFTER your normal http {} block, see my example above.
events {}
http {}
stream {}
-------------------------------------------------------
> nginx: [emerg] "stream" directive is not allowed here in
> /etc/nginx/sites-enabled/rdp...
Stream is a separate block AFTER your normal http {} block, see my example above.
events {}
http {}
stream {}