mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-03 07:53:39 +00:00
@@ -27,7 +27,7 @@ server {
|
||||
}
|
||||
|
||||
location / {
|
||||
root /app/frontend;
|
||||
root /html/frontend;
|
||||
if ($request_uri ~ ^/(.*)\.html$) {
|
||||
return 302 /$1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user