Will 保哥

Results 212 comments of Will 保哥

Here is my use case: 1. I have a internal site: 2. I need a reverse proxy that route ALL traffic through NGINX (I run under Docker.) I tested. When...

Oh, I just realized that I have a few `location` directives in the `general.conf`. I see this [in the doc](https://nginx.org/en/docs/http/ngx_http_core_module.html#location): > Among them, the location with the **longest matching prefix**...

I made a prototype for this context. (Route all requests) ![image](https://user-images.githubusercontent.com/88981/203682501-4ba29020-313e-4411-8704-9fc865fef58a.png) If you check this option, the `location / {` will become `location ^~ / {`.

hack way. not recommended. ![image](https://user-images.githubusercontent.com/88981/203686952-912278c9-e5b8-4377-b0f9-1f20043ae301.png)

@MattIPv4 Maybe turn off expires settings when enable Reverse proxy is a good choice?

The **Shell Args** is deprecated. ![image](https://user-images.githubusercontent.com/88981/130733121-5273a2aa-4686-43a6-8d7e-a8ccd0ffe2d8.png) I changed to this, but the `Ctrl+L` still unable use, but I can actually hit `Ctrl+D` to exit. ```json { "terminal.integrated.allowChords": true, "terminal.integrated.defaultProfile.linux": "bash",...

After setting `"terminal.integrated.allowChords"` from `true` to `false`, the problem solved. ```json { "terminal.integrated.allowChords": false } ``` But I still don't know why Ubuntu 20.04 LTS don't have that issue. Only...

> Hello @doggy8088 , > > I tested with a fresh install of Pengwin and it doesn't happen. Also, I noticed the message that you showed in the screenshot and...

@oouo-diogo-perdigao any progress?