Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
en:tecdoc:abusenotif [2021/08/22 10:04] jomat |
en:tecdoc:abusenotif [2021/08/22 10:04] (current) jomat [Content Reports] |
||
|---|---|---|---|
| Line 39: | Line 39: | ||
| <code - nginx.conf> | <code - nginx.conf> | ||
| location ~ ^/ | location ~ ^/ | ||
| - | proxy_pass http:// | + | proxy_pass http:// |
| 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 | + | proxy_set_header Host $host; |
| rewrite_by_lua ' | rewrite_by_lua ' | ||
| if ngx.var.request_method == " | if ngx.var.request_method == " | ||