From 9565d23e366c427c314cd98018dd41a633397f75 Mon Sep 17 00:00:00 2001 From: getimiskon Date: Mon, 13 Feb 2023 17:43:09 +0200 Subject: [PATCH] Updated the README file --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fad1925..2e028c0 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ 1. install the dependencies using `cpan`: ~~~ -cpan -i Mojolicious::Lite Mojolicious::Routes::Pattern Mojoliciuos::Plugin::RenderFile +cpan -i Mojolicious::Lite Mojolicious::Routes::Pattern Mojolicious::Plugin::RenderFile List::MoreUtils MIME::Types Carp Term::ANSIColor English ~~~ 2. Clone the repo and start the daemon: @@ -41,10 +41,10 @@ server { # ssl configuration here location / { - proxy_set_header Host $host; - proxy_set_header X-Real-IP $remote_addr; - proxy_set_header X-Forwarded-for $remote_addr; - proxy_pass http://127.0.0.1:3000$request_uri; + proxy_set_header Host $host; + proxy_set_header X-Real-IP $remote_addr; + proxy_set_header X-Forwarded-for $remote_addr; + proxy_pass http://127.0.0.1:3000$request_uri; } } ~~~