[GH-ISSUE #982] 在哪可以下载 windows 的可执行文件 #4953

Closed
opened 2026-03-01 15:37:26 +03:00 by kerem · 11 comments
Owner

Originally created by @maxfrees on GitHub (Apr 22, 2025).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/982

在哪可以下载 windows 的可执行文件

Originally created by @maxfrees on GitHub (Apr 22, 2025). Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/982 在哪可以下载 windows 的可执行文件
kerem 2026-03-01 15:37:26 +03:00
Author
Owner

@0xJacky commented on GitHub (Apr 22, 2025):

再等等,快了

<!-- gh-comment-id:2820396920 --> @0xJacky commented on GitHub (Apr 22, 2025): 再等等,快了
Author
Owner

@maxfrees commented on GitHub (Apr 22, 2025):

现在通过 docker 可以跑吗 ?

<!-- gh-comment-id:2820415844 --> @maxfrees commented on GitHub (Apr 22, 2025): 现在通过 docker 可以跑吗 ?
Author
Owner

@0xJacky commented on GitHub (Apr 22, 2025):

当然

<!-- gh-comment-id:2820418844 --> @0xJacky commented on GitHub (Apr 22, 2025): 当然
Author
Owner

@maxfrees commented on GitHub (Apr 22, 2025):

可以在 windows 上用 docker 跑通是吗 ?

<!-- gh-comment-id:2820422099 --> @maxfrees commented on GitHub (Apr 22, 2025): 可以在 windows 上用 docker 跑通是吗 ?
Author
Owner

@0xJacky commented on GitHub (Apr 22, 2025):

是的,可以在 windows 上用 docker 跑通

<!-- gh-comment-id:2820458741 --> @0xJacky commented on GitHub (Apr 22, 2025): 是的,可以在 windows 上用 docker 跑通
Author
Owner

@maxfrees commented on GitHub (Apr 22, 2025):

windows 下 nginx.conf 应该如何配置

<!-- gh-comment-id:2820534173 --> @maxfrees commented on GitHub (Apr 22, 2025): windows 下 nginx.conf 应该如何配置
Author
Owner

@0xJacky commented on GitHub (Apr 22, 2025):

跟 Linux 一样的,麻烦看下文档。不想手动改就用 系统 > 自我检查 页面进行修复。

<!-- gh-comment-id:2820539138 --> @0xJacky commented on GitHub (Apr 22, 2025): 跟 Linux 一样的,麻烦看下文档。不想手动改就用 系统 > 自我检查 页面进行修复。
Author
Owner

@maxfrees commented on GitHub (Apr 22, 2025):

#user  nobody;
worker_processes  1;

#error_log  logs/error.log;
#error_log  logs/error.log  notice;
#error_log  logs/error.log  info;

#pid        logs/nginx.pid;


events {
    worker_connections  1024;
}


http {
    include       mime.types;
    default_type  application/octet-stream;
	merge_slashes off;
    #log_format  main  '$remote_addr - $remote_user [$time_local] "$request" '
    #                  '$status $body_bytes_sent "$http_referer" '
    #                  '"$http_user_agent" "$http_x_forwarded_for"';

    #access_log  logs/access.log  main;

    sendfile        on;
    #tcp_nopush     on;

    #keepalive_timeout  0;
    keepalive_timeout  65;

    #gzip  on;


	include /etc/nginx/conf.d/*.conf;
	include /etc/nginx/sites-enabled/*;

}

但没通,这里应该不需要 include 不

<!-- gh-comment-id:2820542171 --> @maxfrees commented on GitHub (Apr 22, 2025): ``` #user nobody; worker_processes 1; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log info; #pid logs/nginx.pid; events { worker_connections 1024; } http { include mime.types; default_type application/octet-stream; merge_slashes off; #log_format main '$remote_addr - $remote_user [$time_local] "$request" ' # '$status $body_bytes_sent "$http_referer" ' # '"$http_user_agent" "$http_x_forwarded_for"'; #access_log logs/access.log main; sendfile on; #tcp_nopush on; #keepalive_timeout 0; keepalive_timeout 65; #gzip on; include /etc/nginx/conf.d/*.conf; include /etc/nginx/sites-enabled/*; } ``` 但没通,这里应该不需要 include 不
Author
Owner

@0xJacky commented on GitHub (Apr 22, 2025):

需要的,配置的问题你问一下 Deepseek 或者 ChatGPT 吧。

<!-- gh-comment-id:2820545780 --> @0xJacky commented on GitHub (Apr 22, 2025): 需要的,配置的问题你问一下 Deepseek 或者 ChatGPT 吧。
Author
Owner

@maxfrees commented on GitHub (Apr 22, 2025):

我有个问题请教下,这个配置文件,是修改 windows 本机的 nginx 配置还是 docker 里的 ?

<!-- gh-comment-id:2820557303 --> @maxfrees commented on GitHub (Apr 22, 2025): 我有个问题请教下,这个配置文件,是修改 windows 本机的 nginx 配置还是 docker 里的 ?
Author
Owner

@0xJacky commented on GitHub (Apr 22, 2025):

docker 里的,你可以映射到本地文件夹中

<!-- gh-comment-id:2820559816 --> @0xJacky commented on GitHub (Apr 22, 2025): docker 里的,你可以映射到本地文件夹中
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-ui#4953
No description provided.