Skip to content

Commit

Permalink
Avoid "app cannot be enabled"
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbelgium committed May 1, 2024
1 parent f72ad27 commit c4509bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions root/defaults/nginx/site-confs/default.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,8 @@ server {
fastcgi_param PATH_INFO $path_info;

fastcgi_param modHeadersAvailable true; # Avoid sending the security headers twice
fastcgi_param front_controller_active true; # Enable pretty urls
# fastcgi_param front_controller_active true; # Enable pretty urls
fastcgi_pass 127.0.0.1:9000;

fastcgi_intercept_errors on;
fastcgi_request_buffering off;

Expand Down

0 comments on commit c4509bb

Please sign in to comment.