Changes between Initial Version and Version 2 of Ticket #2518
- Timestamp:
- 07/06/23 20:00:14 (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2518
- Property Status new → closed
- Property Resolution → duplicate
-
Ticket #2518 – Description
initial v2 2 2 {{{#!nginx 3 3 location ~ /uploads/(?<filePath>.*)$ { 4 if ($http_referer !~ "^https: example.com") {4 if ($http_referer !~ "^https://example.com") { 5 5 return 403; 6 6 }