14 lines
421 B
Plaintext
14 lines
421 B
Plaintext
# Should be included for most sites, as contains sensible defaults
|
|
# for file exclusions, security and static file caching.
|
|
|
|
# Exclusions
|
|
include global/server/exclusions.conf;
|
|
|
|
# Security
|
|
include global/server/security.conf;
|
|
|
|
# Static Content
|
|
include global/server/static-files.conf;
|
|
rewrite /sitemap_index.xml$ /index.php?sitemap=1 last;
|
|
rewrite /([^/]+?)-sitemap([0-9]+)?.xml$ /index.php?sitemap=$1&sitemap_n=$2 last;
|