Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

complete docker-compose.yml for [php-fpm] #935

Open
15 tasks
chendelin1982 opened this issue Nov 6, 2024 · 2 comments
Open
15 tasks

complete docker-compose.yml for [php-fpm] #935

chendelin1982 opened this issue Nov 6, 2024 · 2 comments
Assignees
Labels
feature Type label, New feature or request High relatively high priority S-research Stage label, on reseaching

Comments

@chendelin1982
Copy link
Contributor

chendelin1982 commented Nov 6, 2024

What type of your feature request?

  • official architecture research 9000 port, not 80
  • test offcial docker
  • complete standardized expression
  • developer test and running
  • specials and refers at notes.md/.env/docker-compose.yml
  • contentful
  • test at Appstore and nginx proxy testing
  • docs
  • siteurl or baseurl
  • more environments from or configuration file
  • connetion URI
  • ports
  • credentials environment
  • i18n
  • other
@chendelin1982 chendelin1982 added the feature Type label, New feature or request label Nov 6, 2024
@chendelin1982
Copy link
Contributor Author

    location / {
        fastcgi_pass   $server:9000;
        fastcgi_index  index.php;
        fastcgi_param  SCRIPT_FILENAME  $document_root$fastcgi_script_name;
        include        fastcgi_params;
    }

It can running, but error from browser file not found

@chendelin1982 chendelin1982 added S-research Stage label, on reseaching High relatively high priority labels Nov 6, 2024
@zhaojing1987
Copy link
Contributor

nginx高级配置:

root   /var/www/html;
location / {
        fastcgi_pass   $server:$port;
        fastcgi_index  index.php;
        fastcgi_param  SCRIPT_FILENAME  $document_root$fastcgi_script_name;
        include        fastcgi_params;
    }

已经测试wordpress,可以正常安装和访问:http://php.test2.websoft9.cn/wordpress/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Type label, New feature or request High relatively high priority S-research Stage label, on reseaching
Projects
None yet
Development

No branches or pull requests

3 participants