Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
maxfrees opened this issue Apr 22, 2025 · 11 comments · Fixed by #997
Closed

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

maxfrees opened this issue Apr 22, 2025 · 11 comments · Fixed by #997
Labels
enhancement New feature or request platform:windows This issue is related to the Windows platform

Comments

@maxfrees
Copy link

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

@maxfrees maxfrees added the enhancement New feature or request label Apr 22, 2025
@0xJacky
Copy link
Owner

0xJacky commented Apr 22, 2025

再等等,快了

@maxfrees
Copy link
Author

现在通过 docker 可以跑吗 ?

@0xJacky
Copy link
Owner

0xJacky commented Apr 22, 2025

当然

@maxfrees
Copy link
Author

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

@0xJacky
Copy link
Owner

0xJacky commented Apr 22, 2025

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

@maxfrees
Copy link
Author

windows 下 nginx.conf 应该如何配置

@0xJacky
Copy link
Owner

0xJacky commented Apr 22, 2025

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

@maxfrees
Copy link
Author

#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 不

@0xJacky
Copy link
Owner

0xJacky commented Apr 22, 2025

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

@maxfrees
Copy link
Author

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

@0xJacky
Copy link
Owner

0xJacky commented Apr 22, 2025

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

@0xJacky 0xJacky added the platform:windows This issue is related to the Windows platform label Apr 23, 2025
@maxfrees maxfrees reopened this Apr 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request platform:windows This issue is related to the Windows platform
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants