Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Item13883: Minor typo in nginx config.
  • Loading branch information
gac410 committed May 29, 2017
1 parent 496c0a8 commit 64e9e51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions FastCGIEngineContrib/data/System/FastCGIEngineContrib.txt
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" comment="" date="1495415159" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" comment="" date="1496025040" format="1.1" version="1"}%
---+!! <nop>FastCGI Engine Contrib
%$SHORTDESCRIPTION%

Expand Down Expand Up @@ -160,8 +160,8 @@ server {
#fastcgi_pass unix:/var/run/nginx/foswiki.sock;
fastcgi_pass 127.0.0.1:9000;
fastcgi_split_path_info ^(/bin/\w+)(.*);
# Captures two variables ($ffastcgi_script_name) and ($fastcgi_path_info)
fastcgi_param SCRIPT_FILENAME $foswiki_root/$fastcgi_script_name;
# Captures two variables ($fastcgi_script_name) and ($fastcgi_path_info)
fastcgi_param SCRIPT_FILENAME $foswiki_root/bin/$fastcgi_script_name;
fastcgi_param SCRIPT_NAME $fastcgi_script_name;
fastcgi_param PATH_INFO $fastcgi_path_info;
include fastcgi_params;
Expand Down

0 comments on commit 64e9e51

Please sign in to comment.