wslave 0.3.3 → 0.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b847c2beb1bdaa632427b26f939ffe8246a46e144d314fa68360c10ac9f77622
4
- data.tar.gz: b43e7df9d2b1dc863a3c4c977068199fd19b13bb65b6df5b0b9bec684445dfcf
3
+ metadata.gz: a8a86816c5dce9a8b16b04e35e90d683767d59a98805e49b8fd23b89eb144ae1
4
+ data.tar.gz: a0e1a81ccf6c92c79a3fce088afc2de607614af094df7135abcb0f076a7702d4
5
5
  SHA512:
6
- metadata.gz: aa8655e9bc041985642319f6fd2fea482d79e93237a60dbd240dea3cf7fd08ead01165ef6a74985879c885c9bc5f053ba0b8d8c051ec82d85019e4f4eab283e5
7
- data.tar.gz: b4926ab55b8ff77199b74bdfc18397a87fef8d344ff73c252d4ff3428b375b20d1be70a566278554796bdd3dcaf48ed5768b894b182f9160639f8e93f8b254a4
6
+ metadata.gz: 1bf3ecc124a7536421152f5dd1630e65bf3c8619ed5139327739333372dfbb6125a1ab711266fd9fefc0fd2e8524be455e973633fae5cdd435c154420a7f6b0a
7
+ data.tar.gz: '05931783442e5ffa86c899aa48352c5a93f3a4d43bea20005871cb7b01ab3e0b3ee0e92fb2d38bafc9f7c57d46f58d720142133f91f4175232ee4bc2d5c0f1c8'
@@ -24,7 +24,9 @@ server {
24
24
  rewrite ^/wp-login\.php$ /hello.php last;
25
25
  include snippets/fastcgi-php.conf;
26
26
  fastcgi_pass unix:<%= server[:php_sock_path] %>;
27
- }
27
+ }
28
+
29
+ try_files $uri $uri/ /index.php?$args;
28
30
  }
29
31
 
30
32
  location ~ /\. {
Binary file
@@ -1,8 +1,8 @@
1
- server {
1
+ server {
2
2
  listen 80;
3
3
  listen [::]:80;
4
4
 
5
- server_name testing;
5
+ server_name testing wsalve-nginx;
6
6
 
7
7
  root /var/www/html;
8
8
 
@@ -22,6 +22,8 @@ server {
22
22
  include snippets/fastcgi-php.conf;
23
23
  fastcgi_pass unix:/run/php/php7.4-fpm.sock;
24
24
  }
25
+
26
+ try_files $uri $uri/ /index.php?$args;
25
27
  }
26
28
 
27
29
  location ~ /\. {
data/wslave.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'wslave'
3
- s.version = '0.3.3'
3
+ s.version = '0.3.4'
4
4
  s.licenses = ['GPL-3.0', 'AGPL-3.0']
5
5
  s.summary = '"Word Slave" generates and controls a WordPress installation'
6
6
  s.description = 'Word Slave includes the wslave command and a control library to generate a ' \
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wslave
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rei Kagetsuki
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-05-06 00:00:00.000000000 Z
11
+ date: 2021-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capistrano
@@ -164,6 +164,8 @@ files:
164
164
  - base/config/deploy-tools/wp-config.php.erb
165
165
  - base/config/deploy-tools/wp-config.php.local
166
166
  - base/config/deploy.rb
167
+ - base/config/deploy/.production.rb.swp
168
+ - base/config/deploy/.staging.rb.swp
167
169
  - base/config/deploy/production.rb
168
170
  - base/config/deploy/staging.rb
169
171
  - base/docker-compose.yml