Skip to content

Commit 656d306

Browse files
committed
update docker stuff
1 parent 3090c99 commit 656d306

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.dev/docker/default_ssl.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# If using Ubuntu this file should be placed in:
1+
# If using Ubuntu this file should be placed in:
22
# /etc/nginx/sites-available/
33
#
44
server {
@@ -49,7 +49,7 @@ server {
4949

5050
location ~ \.php$ {
5151
fastcgi_split_path_info ^(.+\.php)(/.+)$;
52-
fastcgi_pass unix:/var/run/php/php-fpm7.2.sock;
52+
fastcgi_pass 127.0.0.1:9000;
5353
fastcgi_index index.php;
5454
include fastcgi_params;
5555
fastcgi_param PHP_VALUE "upload_max_filesize = 100M \n post_max_size=100M";

0 commit comments

Comments
 (0)