-
If I use the static path directly
```html
```
it works however if I generated the hashFS with a helper
```html
```
```bash
Refused to apply style from 'http://localhost:8080/servers/sta…
-
### 文件过期/缓存
```nginx
location ^~ /static/ {
gzip_static on;
expires max;
add_header Cache-Control public;
}
# 缓存后缀文件
location ~* \.(css|js|gif|jpe?g|png)$ {
gzip_static on;
expire…
-
### Expected behavior
expected to process `PING` frames to check the client is still active
### Actual behavior
when empty frame (just with \n symbol) is received `StompSubframeDecoder.decode` th…
-
Setup static analysis for the EverShop Project:
- [x] Setup SonarQube server using Docker image
- [x] Setup SonarQube server using manual method
- [x] Connect your code project and run static analysi…
-
`@apollo/server` has express v4 as a dependency. After several years, express is moving forward with releasing v5 (currently published as `next` tag). Having support for v5 here would unblock and enco…
-
### Description
There’s still room for [example-advanced.nginx.conf](https://github.com/cryptpad/cryptpad/blob/main/docs/example-advanced.nginx.conf) to be tuned.
### Steps to reproduce
See h…
-
Hi all,
I have tried to move all files from the project to another path.
****************************************************************
`/opt/etesync`
to
`/var/www/html/etesync`
A lot of…
-
像BRPC的服务框架,支持自定义url的映射,如
```cpp
if (server.AddService(&queue_svc,
brpc::SERVER_DOESNT_OWN_SERVICE,
"/v1/queue/start => start,"
…
-
### Feature Name
Static Output
### Description
I've been looking at using DocC for more general documentation that we ship with our apps. Unfortunately, this is not currently possible as the genera…
-
#### Gitalk 版本
#### 报错信息?
```
- info Creating an optimized production build...
--
00:58:12.294 | - info Compiled successfully
00:58:12.299 | - info Collecting page data...
00:58:28.555 | …