Skip to content

Commit

Permalink
Revert Change for devcontainer
Browse files Browse the repository at this point in the history
The socket will break the devcontainer. Reverting to default port
  • Loading branch information
Bockiii authored Oct 18, 2023
1 parent 9056106 commit a6e4c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ server {

location ~ \.php$ {
include snippets/fastcgi-php.conf;
fastcgi_pass unix:/var/run/php/php8.2-fpm.sock;
fastcgi_pass 127.0.0.1:9000;
}
}

0 comments on commit a6e4c69

Please sign in to comment.