Will 保哥
Will 保哥
@delanym What's your `$PSNativeCommandArgumentPassing` value?
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)  If you check this option, the `location / {` will become `location ^~ / {`.
hack way. not recommended. 
@MattIPv4 Maybe turn off expires settings when enable Reverse proxy is a good choice?
The **Shell Args** is deprecated.  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?