Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ssrlive committed Sep 22, 2024
1 parent 87a94c6 commit ddaa46b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install/overtls-install-musl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ function nginx_web_server_config_end() {
location ~ \\.php$ {
# include snippets/fastcgi-php.conf;
# fastcgi_pass unix:/run/php/php7.4-fpm.sock;
# fastcgi_pass unix:/run/php/php8.3-fpm.sock;
}
location /${reverse_proxy_location}/ {
Expand Down
2 changes: 1 addition & 1 deletion install/overtls-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ function nginx_web_server_config_end() {
location ~ \\.php$ {
# include snippets/fastcgi-php.conf;
# fastcgi_pass unix:/run/php/php7.4-fpm.sock;
# fastcgi_pass unix:/run/php/php8.3-fpm.sock;
}
location /${reverse_proxy_location}/ {
Expand Down

0 comments on commit ddaa46b

Please sign in to comment.