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:
commit
a12f44f530
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user