You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
server {
listen *:80;
include /echo.inc;
}
server {
listen *:443 ssl http2;
ssl_certificate /cert.pem;
ssl_certificate_key /key.pem;
include /echo.inc;
}
the expected result happen only on port HTTP but not on HTTPS
The text was updated successfully, but these errors were encountered:
consider this
/echo.inc
:the expected result happen only on port HTTP but not on HTTPS
The text was updated successfully, but these errors were encountered: