If I am using a VPS, can i just install Hugo Server on the VPS or do I have to install both Apache and Hugo Server?
Thanks.
If I am using a VPS, can i just install Hugo Server on the VPS or do I have to install both Apache and Hugo Server?
Thanks.
Hugo server is meant as a development server. So while you can use it for your live server, we recommend you use Apache, Nginx or similar.
Ok, I see. Thanks for your help