fix nginx.conf
This commit is contained in:
parent
a4f063d15b
commit
652d13ee84
@ -25,14 +25,12 @@ http {
|
||||
listen 3000;
|
||||
server_name moviepilot;
|
||||
|
||||
root /app/public
|
||||
|
||||
location / {
|
||||
# 主目录
|
||||
expires off;
|
||||
add_header Cache-Control "no-cache, no-store, must-revalidate";
|
||||
root /app/public;
|
||||
index index.html;
|
||||
root /app/public;
|
||||
}
|
||||
|
||||
location /assets {
|
||||
|
Loading…
x
Reference in New Issue
Block a user