Changes between Initial Version and Version 2 of Ticket #2518


Ignore:
Timestamp:
07/06/23 20:00:14 (10 months ago)
Author:
n0099@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2518

    • Property Status newclosed
    • Property Resolutionduplicate
  • Ticket #2518 – Description

    initial v2  
    22{{{#!nginx
    33location ~ /uploads/(?<filePath>.*)$ {
    4     if ($http_referer !~ "^https:example.com") {
     4    if ($http_referer !~ "^https://example.com") {
    55        return 403;
    66    }