Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
services:lemmy [2025/01/29 08:22] – willy | services:lemmy [2025/02/04 11:04] (current) – willy | ||
---|---|---|---|
Line 249: | Line 249: | ||
add_header X-Frame-Options " | add_header X-Frame-Options " | ||
add_header X-XSS-Protection "1; mode=block"; | add_header X-XSS-Protection "1; mode=block"; | ||
+ | |||
+ | access_log / | ||
+ | error_log / | ||
location / { | location / { | ||
Line 293: | Line 296: | ||
* Registering new users will just popup a notification in your admin panel, you will need to go there and accept them. At first i was expecting an email in my inbox (a real email), but i doesnt happen. At the same time, i strongly suggest you don't allow open registrations for legal issues and such. | * Registering new users will just popup a notification in your admin panel, you will need to go there and accept them. At first i was expecting an email in my inbox (a real email), but i doesnt happen. At the same time, i strongly suggest you don't allow open registrations for legal issues and such. | ||
+ | |||
+ | * You might want to head to [[https:// | ||