Add nginx.conf.template
هذا الالتزام موجود في:
17
nginx.conf.template
Normal file
17
nginx.conf.template
Normal file
@@ -0,0 +1,17 @@
|
||||
events {}
|
||||
|
||||
http {
|
||||
upstream backend {
|
||||
${BACKEND_SERVERS}
|
||||
}
|
||||
|
||||
server {
|
||||
listen ${LISTEN_PORT:-80};
|
||||
|
||||
location / {
|
||||
proxy_pass http://backend;
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
}
|
||||
}
|
||||
}
|
||||
المرجع في مشكلة جديدة
حظر مستخدم