mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 15:38:19 +08:00
fix nginx.conf
This commit is contained in:
+1
-3
@@ -25,14 +25,12 @@ http {
|
|||||||
listen 3000;
|
listen 3000;
|
||||||
server_name moviepilot;
|
server_name moviepilot;
|
||||||
|
|
||||||
root /app/public
|
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
# 主目录
|
# 主目录
|
||||||
expires off;
|
expires off;
|
||||||
add_header Cache-Control "no-cache, no-store, must-revalidate";
|
add_header Cache-Control "no-cache, no-store, must-revalidate";
|
||||||
root /app/public;
|
|
||||||
index index.html;
|
index index.html;
|
||||||
|
root /app/public;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /assets {
|
location /assets {
|
||||||
|
|||||||
Reference in New Issue
Block a user