Skip to content

Commit

Permalink
Update README.md [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
aschuhardt authored Oct 10, 2023
1 parent cf241a6 commit a9c7cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ Note that becuase Loxy is built upon the ASP.NET Core framework, there are many

### Command-line Arguments
- `-u|--remote` The remote Gemini URI to which requests will be proxied. This should correspond to the primary capsule that you want to serve. Omitting this argument will result in this usage page being shown in response to each request. Note that other capsules will be served from the /lxy/external path.
- `--stats` Prints the response status, round-trip time, and request URL at the bottom of each page.
- `-r|--root` A path to a filesystem directory from which to serve static content.
- `-s|--stylesheet` A path to a CSS file within Content Root that will be linked on each response page. Only used if Content Root is set.
- `-j|--script` A path to a Javascript file within Content Root that will be included on each response page. Only used if Content Root is set.
- `--head` A path to an HTML file to insert into each page's `head` element. Only used if Content Root is set.
- `--no-loxy-info` Disables the usage information page (`/lxy/overview`).
- `--stats` Prints the response status, round-trip time, and request URL at the bottom of each page.
- `-p|--port` The network port to listen on. Default is 8080.

0 comments on commit a9c7cdd

Please sign in to comment.