Fix static file caching headers
This commit is contained in:
		| @ -2,10 +2,10 @@ | ||||
|   "RenderMode": "Interactive", | ||||
|   "Runtime": "Server", | ||||
|   "Database": { | ||||
|     "DefaultDBType": "Oqtane.Database.SqlServer.SqlServerDatabase, Oqtane.Database.SqlServer" | ||||
|     "DefaultDBType": "" | ||||
|   }, | ||||
|   "ConnectionStrings": { | ||||
|     "DefaultConnection": "Data Source=(LocalDb)\\MSSQLLocalDB;AttachDbFilename=|DataDirectory|\\Oqtane-202501210838.mdf;Initial Catalog=Oqtane-202501210838;Integrated Security=SSPI;Encrypt=false;" | ||||
|     "DefaultConnection": "" | ||||
|   }, | ||||
|   "Installation": { | ||||
|     "DefaultAlias": "", | ||||
| @ -54,6 +54,5 @@ | ||||
|     "LogLevel": { | ||||
|       "Default": "Information" | ||||
|     } | ||||
|   }, | ||||
|   "InstallationId": "60faae5c-96ea-4416-9abf-9203fd9e3d8d" | ||||
|   } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 RahulKaushik007
					RahulKaushik007