You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/locales/server.en.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -448,7 +448,7 @@ en:
448
448
ninja_edit_window: "Number of seconds after posting where edits do not create a new version"
449
449
max_image_width: "Maximum allowed width of images in a post"
450
450
category_featured_topics: "Number of topics displayed per category in the /categories page"
451
-
add_rel_nofollow_to_user_content: "Add rel nofollow to all submitted user content, except for internal links (including parent domains) changing this requires you update all your baked markdown (<code>rake posts:rebake</code>)"
451
+
add_rel_nofollow_to_user_content: "Add rel nofollow to all submitted user content, except for internal links (including parent domains) changing this requires you update all your baked markdown with: \"rake posts:rebake\""
452
452
exclude_rel_nofollow_domains: "A comma delimited list of domains where nofollow is not added (tld.com will automatically allow sub.tld.com as well)"
453
453
454
454
post_excerpt_maxlength: "Maximum length in chars of a post's excerpt"
Note: in case of RVM system-wide installation RVM will be located in `/usr/local/rvm` directory instead of `/home/discourse/.rvm`, so update the line above respectively.
289
307
308
+
## Log rotation setup
309
+
310
+
# Disabled for now - log rotation isn't *quite* complete
0 commit comments