Skip to content

Commit

Permalink
Update default.conf.template
Browse files Browse the repository at this point in the history
  • Loading branch information
thueske authored Dec 15, 2024
1 parent 6517619 commit 9fafffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/nginx/default.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ server {
fastcgi_pass ${COMPOSE_PROJECT_NAME}-app-1:9000;
fastcgi_index index.php;
include fastcgi_params;
fastcgi_param SERVER_NAME $server_name;
fastcgi_param SERVER_NAME $host;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_param PATH_INFO $fastcgi_path_info;
fastcgi_cache WORDPRESS;
Expand Down

0 comments on commit 9fafffc

Please sign in to comment.