mirror of
https://github.com/Shik3i/KoalaSync.git
synced 2026-08-11 12:07:14 +00:00
feat: expand help center and harden website SEO
This commit is contained in:
@@ -15,6 +15,10 @@
|
||||
# root * /var/www/koalasync/website/www
|
||||
# encode zstd gzip
|
||||
#
|
||||
# # Keep one canonical URL for indexable support pages.
|
||||
# redir /help.html /help 308
|
||||
# redir /site-access-help.html /site-access-help 308
|
||||
#
|
||||
# # Clean URLs support (resolves /join to join.html, etc.)
|
||||
# try_files {path} {path}.html {path}/
|
||||
# file_server
|
||||
@@ -61,6 +65,10 @@ sync.koalastuff.net {
|
||||
encode zstd gzip
|
||||
root * /var/www/koalasync/website/www
|
||||
|
||||
# Keep one canonical URL for indexable support pages.
|
||||
redir /help.html /help 308
|
||||
redir /site-access-help.html /site-access-help 308
|
||||
|
||||
# Clean URLs: Resolves paths without .html in the URL
|
||||
try_files {path} {path}.html {path}/
|
||||
file_server
|
||||
@@ -96,4 +104,3 @@ syncserver.koalastuff.net {
|
||||
encode zstd gzip
|
||||
reverse_proxy KoalaSync:3000
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user