mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
7a01793062
* Revert "Revert "markdown format"" * fix formating * fix readme * add .markdownlint.json * add markdownlint-rules-grav-pages * add markdownlint-rules-grav-pages files * add license for Markdown Lint Rules for Grav Pages * fix [figure] mess * fix [figure] mess 2 * fix [figure] mess 3 * maj .gitignore * various fixes * fix markdownlint-rules-grav-pages * second formater pass * various manual fixes * add .markdownlintignore * markdownlintignore: auto-generated pages * disable proper-names for html_elements * another bunch of various markdown fixes * Update pages/02.administer/10.install/20.dns_config/dns_config.es.md Co-authored-by: tituspijean <titus+yunohost@pijean.ovh> --------- Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Co-authored-by: tituspijean <titus+yunohost@pijean.ovh>
1.5 KiB
1.5 KiB
title | template | taxonomy | routes | ||||
---|---|---|---|---|---|---|---|
Web server with NGINX | docs |
|
|
YunoHost ships NGINX, a web server and reverse proxy software. That's the keystone that enables your apps and YunoHost services to be accessible online.
Most of the web applications installed with YunoHost will automatically have their own configuration file created for NGINX.
Manually installing apps, or exposing existing apps
Generally, you should refrain from manually tinkering and installing apps, except if you are sure they will not interfere with your server. YunoHost proposes two generic apps to help you out:
- If you already have a website ready to be deployed, consider using a Custom Webapp. It allows you to easily setup a directory into which you can upload your HTML, PHP, CSS, JS files with SFTP, and a database if needed.
- If you want to use YunoHost as a reverse proxy, i.e. serve an app from another server or an internal web server (think NodeJS, Ruby, Python, ...), you can use the Redirect app in proxy mode.
- The Redirect app can also simply run in redirect mode, for example to create shortcuts for your users in their SSO page, or redirect
www.yourdomain.tld
toyourdomain.tld
.
For more information on these apps, and for more application use cases, have a look to the Tutorials section.
!! Do not try to install Apache or other public web servers. This will break your system.