General noob question regarding Jekyll site on subdomain -> NGINX configuration

Hello,

I’m the new guy. :slight_smile:

I got Yunohost up and running and so far I’m very happy with the whole package. But since I’m not really familiar with nginx configurations, I hope you can help me.

I’d like to put a Jekyll generated blog in the www of my domain. There’s already a different subdomain for access to the admin area, so the www subdomain should be available.

Where would I put the files and which changes do have to make to the nginx config?

Thanks in advance for pointing me in the right direction.

Best regards

Frank

You probably want to use the “custom web app” / my_webapp app that will handle all the nginx conf for you, and then you can drop your generated files in /var/www/my_webapp/www/

2 Likes

That looks very promising. Thanks for the hint. :slight_smile:

I must have missed that when browsing the application directory.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.