cloud-game/pkg/config
Sergey Stepanov 2aaf37b766 Add Cache-Control for serving static files
Static files will be rechecked every 3 days instead of unlimited cache time. The Cache-Control header is mandatory in order to make browsers handle cache properly with Go's FileServer. The option can be modified in the server.CacheControl line of the config file.
2024-03-17 22:09:43 +03:00
..
config.yaml Add Cache-Control for serving static files 2024-03-17 22:09:43 +03:00
coordinator.go Embed config.yaml into both apps 2023-05-12 14:31:21 +03:00
emulator.go Replace the hasMultitap option with a more general solution 2024-03-05 21:34:37 +03:00
emulator_test.go Fix lint warnings 2023-06-27 23:45:57 +03:00
loader.go Fix possible NPEs 2023-11-26 22:39:46 +03:00
loader_test.go Embed config.yaml into both apps 2023-05-12 14:31:21 +03:00
shared.go Add Cache-Control for serving static files 2024-03-17 22:09:43 +03:00
webrtc.go Update config manager 2023-04-22 17:05:28 +03:00
worker.go Add a generic S3 provider for cloud saves 2023-11-13 21:33:12 +03:00