1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-11-09 19:52:28 +01:00

Merge pull request #182 from bouiboui/patch-1

Adds a missing semi-colon to the nginx configuration
This commit is contained in:
Chaoyi Zha 2016-05-18 10:50:02 -04:00
commit a12f44f530

View File

@ -131,7 +131,7 @@ server {
fastcgi_pass php;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_param HTTP_HOST $server_name
fastcgi_param HTTP_HOST $server_name;
}
}