Changes between Initial Version and Version 1 of Ticket #2458


Ignore:
Timestamp:
02/23/23 12:40:58 (14 months ago)
Author:
me.niklasbeierl.io@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2458 – Description

    initial v1  
    1717map $ssl_server_name $targetBackend {
    1818    # 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/;
    2121}
    2222
     
    3232     listen [::]:443 ssl http2;
    3333
    34      server_name myapp.com;
    35      server_name staging.myapp.com;
     34     server_name app.com;
     35     server_name staging.app.com;
    3636
    3737     ssl_certificate /etc/letsencrypt/live/x/cert.pem;