Fix nginx example config

- Fixes issue #30
This commit is contained in:
Markus Opolka
2020-04-30 08:34:17 +02:00
parent 0536ebf480
commit 3639cc38e8

View File

@@ -12,6 +12,7 @@ http {
listen 80;
index index.php;
set $host_path "/var/www/html";
include /etc/nginx/mime.types;
root /var/www/html;
server_name localhost;
charset utf-8;