Jak na Nginx: Porovnání verzí

Z Znalosti
m
m
Řádek 1: Řádek 1:
 
[[Kategorie:Nginx]]
 
[[Kategorie:Nginx]]
Základní návod k instalaci:
+
Základní '''návod k instalaci''':
  
 
[https://www.digitalocean.com/community/tutorials/how-to-install-linux-nginx-mysql-php-lemp-stack-in-ubuntu-16-04 How To Install Linux, Nginx, MySQL, PHP (LEMP stack) in Ubuntu 16.04] - The LEMP software stack is a group of software that can be used to serve dynamic web pages and web applications. This is an acronym that describes a Linux operating system, with an Nginx web server. The backend data is stored in the MySQL database and the dynamic processing is handled by PHP.
 
[https://www.digitalocean.com/community/tutorials/how-to-install-linux-nginx-mysql-php-lemp-stack-in-ubuntu-16-04 How To Install Linux, Nginx, MySQL, PHP (LEMP stack) in Ubuntu 16.04] - The LEMP software stack is a group of software that can be used to serve dynamic web pages and web applications. This is an acronym that describes a Linux operating system, with an Nginx web server. The backend data is stored in the MySQL database and the dynamic processing is handled by PHP.
  
Pokyny k Worpressu na Nginxu:
+
Pokyny k '''Worpressu na Nginxu''':
  
 
[https://www.digitalocean.com/community/tutorials/how-to-install-wordpress-with-lemp-on-ubuntu-16-04 How To Install WordPress with LEMP on Ubuntu 16.04]
 
[https://www.digitalocean.com/community/tutorials/how-to-install-wordpress-with-lemp-on-ubuntu-16-04 How To Install WordPress with LEMP on Ubuntu 16.04]
  
Wordpress.org Codex: [https://codex.wordpress.org/Nginx Nginx]
+
Wordpress.org '''Codex''': [https://codex.wordpress.org/Nginx Nginx]
  
Konfigurace nginx pro trvalé odkazy Wordpressu (permlinks):
+
Konfigurace nginx pro '''trvalé odkazy''' Wordpressu (permalinks):
  
 
[https://www.cyberciti.biz/faq/how-to-configure-nginx-for-wordpress-permalinks/ How to configure Nginx for WordPress permalinks]
 
[https://www.cyberciti.biz/faq/how-to-configure-nginx-for-wordpress-permalinks/ How to configure Nginx for WordPress permalinks]

Verze z 9. 4. 2017, 14:13

Základní návod k instalaci:

How To Install Linux, Nginx, MySQL, PHP (LEMP stack) in Ubuntu 16.04 - The LEMP software stack is a group of software that can be used to serve dynamic web pages and web applications. This is an acronym that describes a Linux operating system, with an Nginx web server. The backend data is stored in the MySQL database and the dynamic processing is handled by PHP.

Pokyny k Worpressu na Nginxu:

How To Install WordPress with LEMP on Ubuntu 16.04

Wordpress.org Codex: Nginx

Konfigurace nginx pro trvalé odkazy Wordpressu (permalinks):

How to configure Nginx for WordPress permalinks