mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
[ticket/16906] Update vagrant ip
PHPBB3-16906
This commit is contained in:
@@ -34,4 +34,4 @@ sed -i "s/cgi.fix_pathinfo=.*/cgi.fix_pathinfo=1/" /etc/php/${PHP_VERSION}/fpm/p
|
||||
# Restart php-fpm to apply php.ini changes
|
||||
systemctl restart php${PHP_VERSION}-fpm.service
|
||||
|
||||
echo "Your board is ready at http://192.168.10.10/"
|
||||
echo "Your board is ready at http://192.168.56.56/"
|
||||
|
@@ -1,5 +1,5 @@
|
||||
---
|
||||
ip: "192.168.10.10"
|
||||
ip: "192.168.56.56"
|
||||
memory: 2048
|
||||
cpus: 1
|
||||
hostname: phpbb
|
||||
|
@@ -46,6 +46,6 @@ installer:
|
||||
cookie_secure: false
|
||||
server_protocol: http://
|
||||
force_server_vars: false
|
||||
server_name: 192.168.10.10
|
||||
server_name: 192.168.56.56
|
||||
server_port: 80
|
||||
script_path: /
|
||||
|
Reference in New Issue
Block a user