Ignore:
Timestamp:
Aug 31, 2014, 11:11:11 PM (10 years ago)
Author:
alloc
Message:

Fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements/7dtd-server-fixes/src/NetConnections/Servers/Web/Web.cs

    r142 r151  
    2020 
    2121                                handlers.Add ("/index.", new SimpleRedirectHandler ("/static/index.html"));
    22                                 handlers.Add ("/static/", new StaticHandler ("/static/", Application.dataPath + "/../webserver", true, true));
     22                                handlers.Add ("/static/", new StaticHandler ("/static/", Application.dataPath + "/../webserver", false/*true*/, true)); // TODO: Enable cache
    2323                                handlers.Add ("/map/", new StaticHandler ("/map/", StaticDirectories.GetSaveGameDir () + "/map", false, false));
    2424
Note: See TracChangeset for help on using the changeset viewer.