en:tecdoc:abusenotif

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
en:tecdoc:abusenotif [2021/08/22 10:01]
jomat
en:tecdoc:abusenotif [2021/08/22 10:04]
jomat
Line 3: Line 3:
 <code - nginx.conf> <code - nginx.conf>
         location ~ ^/_matrix/client/(r0|unstable)/register$ {         location ~ ^/_matrix/client/(r0|unstable)/register$ {
- proxy_pass  http://127.0.0.1:8008;+ proxy_pass http://127.0.0.1:8008;
                 proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;                 proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
- proxy_set_header Host     $host;+ proxy_set_header Host $host;
                 body_filter_by_lua_block {                 body_filter_by_lua_block {
                   local proc = io.popen('/usr/local/bin/matrix_user_registered ' .. ngx.var.remote_addr,'w')                   local proc = io.popen('/usr/local/bin/matrix_user_registered ' .. ngx.var.remote_addr,'w')
  • en/tecdoc/abusenotif.txt
  • Last modified: 2021/08/22 10:04
  • by jomat