ใน Nginx Proxy Manager ฉันมีการกำหนดค่านี้ (ชื่อถูกแก้ไข)
# --------------------------------------------- -----------
#www.lab.myself.it
# --------------------------------------------- -----------
เซิร์ฟเวอร์ {
ตั้ง $forward_scheme http;
ตั้ง $server "127.0.0.1";
ตั้ง $พอร์ต 81;
ฟัง 80;
ฟัง [::]:80;
server_name www.lab.myself.it;
พร็อกซี access_log /data/logs/proxy-host-2_access.log;
error_log /data/logs/proxy-host-2_error.log เตือน;
ที่ตั้ง /wiki/ {
proxy_set_header โฮสต์ $host;
proxy_set_header X-Forwarded-Scheme $scheme;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-ส่งต่อ-สำหรับ $remote_addr;
proxy_set_header X-Real-IP $remote_addr;
proxy_pass http://maersk.lab.myself.it:8181/;
}
ที่ตั้ง / {
#ผู้รับมอบฉันทะ !
รวม conf.d/include/proxy.conf;
}
# กำหนดเอง
รวม /data/nginx/custom/server_proxy[.]conf;
}
เป็นการดีที่ฉันควรจะสามารถเรียกดูได้ http://www.lab.myself.it/wiki และ Nginx ควรส่งฉันไปที่ http://maersk.lab.myself.it:8181.
ปัญหาคือฉันได้รับหน้าเว็บที่เรียบง่ายเนื่องจากเบราว์เซอร์ไม่สามารถโหลด CSS, JS หรือรูปภาพได้
เมื่อฉันพยายามคลิกลิงก์บนวิกิ มันพาฉันไปที่ http://www.lab.myself.it/documentation <-- ไม่มี /WIKI/