Kaynağa Gözat

use AppSubUrl as prefix for routes in FCGI mode

tags/v0.9.99
Kyle P Davis 9 yıl önce
ebeveyn
işleme
47f37e55e9
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  1. 3
    0
      cmd/web.go

+ 3
- 0
cmd/web.go Dosyayı Görüntüle

@@ -85,6 +85,9 @@ func newMacaron() *macaron.Macaron {
if setting.EnableGzip {
m.Use(macaron.Gziper())
}
if setting.Protocol == setting.FCGI {
m.SetURLPrefix(setting.AppSubUrl)
}
m.Use(macaron.Static(
path.Join(setting.StaticRootPath, "public"),
macaron.StaticOptions{

Loading…
İptal
Kaydet