This commit is contained in:
2023-09-05 20:30:20 -05:00
parent 7a4ee94869
commit 0d44d1e242
2 changed files with 4 additions and 2 deletions

View File

@@ -4,7 +4,8 @@ server {
set $port <<PROXY_PORT>>;
listen 80;
listen 443 ssl http2;
listen 443 ssl;
http2 on;
server_name <<SERVER_NAME>>;

View File

@@ -1,6 +1,7 @@
server {
listen 80;
listen 443 ssl http2;
listen 443 ssl;
http2 on;
server_name <<HOSTNAME>>;
set $base <<HOSTNAME>>;