We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3090c99 commit 656d306Copy full SHA for 656d306
.dev/docker/default_ssl.conf
@@ -1,4 +1,4 @@
1
-# If using Ubuntu this file should be placed in:
+# If using Ubuntu this file should be placed in:
2
# /etc/nginx/sites-available/
3
#
4
server {
@@ -49,7 +49,7 @@ server {
49
50
location ~ \.php$ {
51
fastcgi_split_path_info ^(.+\.php)(/.+)$;
52
- fastcgi_pass unix:/var/run/php/php-fpm7.2.sock;
+ fastcgi_pass 127.0.0.1:9000;
53
fastcgi_index index.php;
54
include fastcgi_params;
55
fastcgi_param PHP_VALUE "upload_max_filesize = 100M \n post_max_size=100M";
0 commit comments