Skip to content

Commit c114438

Browse files
author
Bryan Kendall
committed
return 404 if not pixel
1 parent bdd1cc8 commit c114438

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ansible/roles/user-content-pixel/templates/90-user-content-pixel.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,6 @@ server {
2525
add_header Set-Cookie "isModerating=1; Domain=.{{ user_content_domain }}; Path=/; HttpOnly; Secure;";
2626
empty_gif;
2727
}
28+
29+
return 404;
2830
}

0 commit comments

Comments
 (0)