Allow specifiying the external port on role

This commit is contained in:
Thomas Kleinendorst 2024-10-04 16:51:10 +02:00
parent 4e0e8c271a
commit 388bdc025e
2 changed files with 4 additions and 2 deletions

View file

@ -1,6 +1,6 @@
server {
listen 443 ssl;
listen [::]:443 ssl;
listen {{ simple_reverse_proxy_external_port }} ssl;
listen [::]:{{ simple_reverse_proxy_external_port }} ssl;
server_name {{ simple_reverse_proxy_internal_subdomain }}.kleinendorst.info;
client_max_body_size 20M;