• DessalinesA
    link
    32 years ago

    Don’t try to do too many of these things at once.

    • First read the actix-web docs.
    • Then get serving a static file working.
    • Then figure out how to use query params and use them in your actix route.
    • Then figure out how to route a top level .well_known to your actix route. You will need nginx or a web server to do this.