diff --git a/data/nginx/files/extras/htz-cloud.luther/luther-ps b/data/nginx/files/extras/htz-cloud.luther/luther-ps index 6cba438..f5a95e6 100644 --- a/data/nginx/files/extras/htz-cloud.luther/luther-ps +++ b/data/nginx/files/extras/htz-cloud.luther/luther-ps @@ -14,6 +14,10 @@ try_files $uri /index.php?$query_string; } + location /update { + try_files $uri /update.php; + } + location @rewrite { rewrite ^ /index.php; }