mirror of
https://github.com/bin456789/reinstall.git
synced 2025-10-05 22:44:53 +00:00
core: 日志网页使用异步刷新
This commit is contained in:
17
logviewer-nginx.conf
Normal file
17
logviewer-nginx.conf
Normal file
@@ -0,0 +1,17 @@
|
||||
server {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
root /;
|
||||
|
||||
location = / {
|
||||
try_files /logviewer.html 404;
|
||||
}
|
||||
|
||||
location = /reinstall.log {
|
||||
try_files $uri 404;
|
||||
}
|
||||
|
||||
location / {
|
||||
return 404;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user