Fix http2 wrong port

This commit is contained in:
Zzzz
2023-07-07 09:54:05 -11:00
committed by GitHub
parent dd668aca70
commit 9ad6c4db68

View File

@@ -3,8 +3,8 @@ upstream automx {
}
server {
listen 80 http2;
listen [::]:80 http2;
listen 80;
listen [::]:80;
server_name %hostname;
root /srv/automx/instance;