Comments on How to install TYPO3 8.1 with Nginx (LEMP) on Ubuntu 16.04
This tutorial shows how to install and run a TYPO3 (version 8.1) web site on a Ubuntu 16.04 system that has a Nginx web server installed instead of Apache. This kind of setup is often called LEMP = Linux + Nginx (pronounced "engine x") + MySQL + PHP). Nginx is a fast and efficient HTTP server that uses less resources than Apache and delivers pages a lot faster, especially static files.
4 Comment(s)
Comments
Very nice tutorial, thank you!
hi and thanks for the tutorial, but i have not all the time... but i have a 502 Bad Gateway nginx/1.10.3 Error ! :(You have a solution? I think its a Problem with the Config: /etc/nginx/sites-available/
Great tutorial! I'm having trouble accessing the Typo installer. When I visit www.example.com, it brings me to a random example domain page. Am I missing something?
Very nice! One question:
server { listen 80;... location ~* ^/(typo3/|fileadmin/|typo3conf/|typo3temp/|uploads/|favicon\.ico) { ->(no deny all???) }
Thanks.