Skip to content

Commit

Permalink
Merge pull request #71 from vidarl/fix_broken_nginx_conf
Browse files Browse the repository at this point in the history
Fixed nginx config, broken by PR #70 ( Renamed 'ezpublish' to 'app' )
  • Loading branch information
bdunogier committed Dec 2, 2015
2 parents c3a6827 + e731844 commit fd1cda0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/nginx/etc/nginx/sites-available/mysite.com
Expand Up @@ -24,7 +24,7 @@ server {
client_max_body_size 2m;

location / {
location ~ ^/index\.php(/|$) {
location ~ ^/app\.php(/|$) {
include ez_params.d/ez_fastcgi_params;

# FPM socket
Expand Down

0 comments on commit fd1cda0

Please sign in to comment.