Changes between Initial Version and Version 1 of Ticket #2458
- Timestamp:
- 02/23/23 12:40:58 (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2458 – Description
initial v1 17 17 map $ssl_server_name $targetBackend { 18 18 # volatile; # doesnt fix it 19 myapp.com http://production:81/;20 staging. myapp.com http://staging:81/;19 app.com http://production:81/; 20 staging.app.com http://staging:81/; 21 21 } 22 22 … … 32 32 listen [::]:443 ssl http2; 33 33 34 server_name myapp.com;35 server_name staging. myapp.com;34 server_name app.com; 35 server_name staging.app.com; 36 36 37 37 ssl_certificate /etc/letsencrypt/live/x/cert.pem;