I'm trying to acces my RDP via Nginx Proxy Manager but i can't get it to work. I've forwarded 3389 to NPM via my router, added 3389:3389 as ports in the docker-compose.yml file and set up a stream incoming 3389 to ${PC_IP}:3389. Am i missing something?
本项目是基于 [NginxProxyManager/nginx-proxy-manager](https://github.com/NginxProxyManager/nginx-proxy-manager) 翻译的中文版本,该项目属于一个预构建的docker映像,它可以让你轻松地部署到你的网站上运行,包括免费的SSL,而不需要知道太多关于 Nginx 或 Let's Encrypt 的信息。 ## Hosting your home ne...
default_type application/octet-stream;# 将当前目录中所有文件的默认MIME类型设置为 # application/octet-stream if ($request_filename ~* ^.*?\.(txt|doc|pdf|rar|gz|zip|docx|exe|xlsx|ppt|pptx)$){ # 当文件格式为上述格式时,将头字段属性Content-Disposition的值设置为"attachment" add_header Content...
mkdir /root/docker/nginx-volume/conf/streams cat > /root/docker/nginx-volume/conf/streams/etcd.zhushiyang.net.conf <<EOF server { listen 2379; proxy_pass etcd_cluster; } upstream etcd_cluster { server 10.0.1.225:12379; server 10.0.1.225:22379; server 10.0.1.225:32379; } EOF docker exec ...
现在是时候从的'HTTP迁移到HTTPS了。 由于最新的浏览器迭代,尤其适用于网站不安全的情况。 当您将SSL...
123 [OK] jlesage/nginx-proxy-manager Docker container for Nginx Proxy Manager 106 [OK] bitnami/nginx Bitnami nginx Docker Image 95 [OK] alfg/nginx-rtmp NGINX, nginx-rtmp-module and FFmpeg from sou… 94 [OK] jasonrivers/nginx-rtmp Docker images to host RTMP streams using NGI… 89 [OK]...
worker_processes 1; #nginx子进程数,512M内存以下推荐设置为1就够了,nginx并发能力很强 keepalive_timeout 25; #连接保持的超时秒数 gzip on; #启用静态内容http请求的gzip压缩 1. 2. 3. 你的站点里,如果有文件上传目录、图片目录等,那我们就不要允许这里的php文件请求传递给php-fpm,或直接拒绝访问。可以...
If it is, we stream it to disk just as NGINX does for any large response handled in proxy mode. Then once it [the response] streams to disk, we copy it into the cache and respond directly from the cache. One of the challenges with this approach is if NGINX receives multiple requests...
The patch for NGINX.Streams which brings support of proxy protocol v2 - ds7d/nginx-stream-proxy-protocol-v2
[Original English README](https://github.com/xiaoxinpro/nginx-proxy-manager-zh/blob/develop-zh/README-en.md) ## Features - Beautiful and Secure Admin Interface based on [Tabler](https://tabler.github.io/) - Easily create forwarding domains, redirections, streams and 404 hosts without know...