mirror of
https://github.com/mxpv/podsync.git
synced 2024-05-11 05:55:04 +00:00
Serve pages without .html extension
This commit is contained in:
@@ -36,7 +36,7 @@ server {
|
||||
}
|
||||
|
||||
location / {
|
||||
try_files $uri $uri/ @backend;
|
||||
try_files $uri $uri.html $uri/ @backend;
|
||||
}
|
||||
|
||||
location @backend {
|
||||
|
||||
Reference in New Issue
Block a user