Deokgyu Yang

Results 42 comments of Deokgyu Yang

Hello, I translated using Google 😅 => Can you enable rx and tx in the next version update, thank you! What's the enabling rx and tx? Do you mean that...

Ah okay, I understand. Then, do you want a package that enabled `ENABLE_MULTIPLE_TX_QUEUE` and `ENABLE_RSS_SUPPORT`? I don't know them exactly, is there any side effect with them? Or, you can...

Thanks, I didn't notice that is disabled since 9.007.01. I can prepare another package besides the existing package. Then I think I should gather the features people would want, such...

> > Thanks, I didn't notice that is disabled since 9.007.01. > > I can prepare another package besides the existing package. Then I think I should gather the features...

> 2.5G Ethernet LINUX driver r8125 for kernel up to 5.19 | 9.009.02 Thanks for the information. I updated to the latest one. :)

Hi, I think you can get that by the following configs. ``` location /share { return 301 $scheme://$host/dokuwiki/; } location ^~ /share/ { proxy_read_timeout 60m; proxy_set_header Host $host; proxy_set_header X-Forwarded-Proto...

Ah, you were right, seems we need to specify a location for `_h5ai` directory. Then how about adding this one? ``` location ^~ /share/_h5ai { proxy_read_timeout 60m; proxy_set_header Host $host;...

Sorry, for the last try, how about this one? ``` location ^~ /share/_h5ai { proxy_read_timeout 60m; proxy_set_header Host $host; proxy_set_header X-Forwarded-Proto https; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Real-IP $remote_addr; proxy_pass http://127.0.0.1:8000/_h5ai;...

Hi, I tried but couldn't succeed yet. I think it is very difficult because each URL indicates each file, and this is managed by a PHP index file under `/_h5ai`...