fix: working elementary setup
This commit is contained in:
@@ -3,9 +3,12 @@ server {
|
||||
server_name _;
|
||||
|
||||
root /usr/share/nginx/html;
|
||||
index elementary_report.html;
|
||||
|
||||
location = / {
|
||||
return 302 /elementary_report.html;
|
||||
}
|
||||
|
||||
location / {
|
||||
try_files $uri $uri/ /elementary_report.html;
|
||||
try_files $uri =404;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user