[fix] Only one default_server is allowed per port

This commit is contained in:
William Wernert
2020-07-08 15:56:36 -04:00
parent 0c3e35c55e
commit a0ffe26334

View File

@@ -73,7 +73,7 @@ http {
}
server {
listen 443 ssl http2 default_server;
listen 443 ssl http2;
server_name {{ url_base }};
root /opt/socore/html;
index index.html;