Nginx ssh for each subdomain docker-container

前端 未结 0 1261
旧巷少年郎
旧巷少年郎 2020-12-30 03:06

I have a few NGINX sites like this:

server {
server_name   app1.domain.com;

location / {
    proxy_pass  http://localhost:8081;
}

    listen 443 ssl; # mana         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题