Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

What is the proper way to use this alongside a previous webserver already running on port 80? #90

Answered by ZongyiYang
ZongyiYang asked this question in Q&A
Discussion options

You must be logged in to vote

Nevermind, just simply calling .end() on my own server and letting this library do its thing, then calling .end() on this library's server and .begin() on my own after startConfigPortal finishes resolves my issue. I did not originally realize that I needed to .end() the server supplied to the library since it only resets the server but does not end it when it is done, which causes a conflict on port 80.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ZongyiYang
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant