Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
www.biuro
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Biuro
www.biuro
Commits
b152b509
Commit
b152b509
authored
Jul 24, 2019
by
Simon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
release 1.7.0
parent
351e631f
Changes
10
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
6944 additions
and
114 deletions
+6944
-114
.env
.env
+1
-1
data-2019-07-15-014501.sql
docker/backup/data-2019-07-15-014501.sql
+2301
-0
data-2019-07-20-014501.sql
docker/backup/data-2019-07-20-014501.sql
+2305
-0
data-2019-07-24-014501.sql
docker/backup/data-2019-07-24-014501.sql
+2307
-0
server-shared.conf
nginx/conf.d/server-shared.conf
+2
-2
www-biuro.conf
nginx/conf.d/www-biuro.conf
+0
-70
nginx.conf
nginx/nginx.conf
+0
-39
php.ini
nginx/php.ini
+2
-2
biuro.ee.conf
nginx/redirects/biuro.ee.conf
+13
-0
biuro.lv.conf
nginx/redirects/biuro.lv.conf
+13
-0
No files found.
.env
View file @
b152b509
...
...
@@ -2,7 +2,7 @@ PROJECT=biuro-www
IMAGE_NGINX=fholzer/nginx-brotli
IMAGE_MYSQL=mariadb:10.3
IMAGE_WORDPRESS=biuro/web:1.
6.13
IMAGE_WORDPRESS=biuro/web:1.
7.0
IMAGE_WORDPRESS_CLI=wordpress:cli-php7.3
DB_NAME=www_biuro
...
...
docker/backup/data-2019-07-15-014501.sql
0 → 100644
View file @
b152b509
This diff is collapsed.
Click to expand it.
docker/backup/data-2019-07-20-014501.sql
0 → 100644
View file @
b152b509
This diff is collapsed.
Click to expand it.
docker/backup/data-2019-07-24-014501.sql
0 → 100644
View file @
b152b509
This diff is collapsed.
Click to expand it.
nginx/conf.d/server-shared.conf
View file @
b152b509
...
...
@@ -13,8 +13,8 @@ include h5bp/cross-origin/requests.conf;
root
/
var
/
www
/
html
;
index
index
.
php
;
#
ssl_certificate /etc/letsencrypt/biuro/fullchain.pem;
#
ssl_certificate_key /etc/letsencrypt/biuro/private.key;
ssl_certificate
/
etc
/
letsencrypt
/
biuro
/
fullchain
.
pem
;
ssl_certificate_key
/
etc
/
letsencrypt
/
biuro
/
private
.
key
;
location
/ {
try_files
$
uri
$
uri
/ /
index
.
php
?$
args
;
...
...
nginx/conf.d/www-biuro.conf
View file @
b152b509
...
...
@@ -55,12 +55,6 @@ server {
include
/
etc
/
nginx
/
conf
.
d
/
server
-
shared
.
conf
;
# ssl_certificate /etc/letsencrypt/biuro/fullchain.pem;
# ssl_certificate_key /etc/letsencrypt/biuro/private.key;
ssl_certificate
/
etc
/
letsencrypt
/
biuro
.
lt
/
fullchain
.
pem
;
ssl_certificate_key
/
etc
/
letsencrypt
/
biuro
.
lt
/
private
.
key
;
return
301
https
://
www
.
biuro
.
lt
$
request_uri
;
}
...
...
@@ -71,21 +65,10 @@ server {
include
/
etc
/
nginx
/
conf
.
d
/
server
-
shared
.
conf
;
# ssl_certificate /etc/letsencrypt/biuro/fullchain.pem;
# ssl_certificate_key /etc/letsencrypt/biuro/private.key;
ssl_certificate
/
etc
/
letsencrypt
/
biuro
.
lt
/
fullchain
.
pem
;
ssl_certificate_key
/
etc
/
letsencrypt
/
biuro
.
lt
/
private
.
key
;
# 301 redirects
include
redirects
/
biuro
.
lt
.
conf
;
}
server
{
listen
443
ssl
http2
;
listen
[::]:
443
ssl
http2
;
...
...
@@ -93,12 +76,6 @@ server {
include
/
etc
/
nginx
/
conf
.
d
/
server
-
shared
.
conf
;
# ssl_certificate /etc/letsencrypt/biuro/fullchain.pem;
# ssl_certificate_key /etc/letsencrypt/biuro/private.key;
ssl_certificate
/
etc
/
letsencrypt
/
biuro
.
lv
/
fullchain
.
pem
;
ssl_certificate_key
/
etc
/
letsencrypt
/
biuro
.
lv
/
private
.
key
;
return
301
https
://
www
.
biuro
.
lv
$
request_uri
;
}
...
...
@@ -109,33 +86,10 @@ server {
include
/
etc
/
nginx
/
conf
.
d
/
server
-
shared
.
conf
;
# ssl_certificate /etc/letsencrypt/biuro/fullchain.pem;
# ssl_certificate_key /etc/letsencrypt/biuro/private.key;
ssl_certificate
/
etc
/
letsencrypt
/
biuro
.
lv
/
fullchain
.
pem
;
ssl_certificate_key
/
etc
/
letsencrypt
/
biuro
.
lv
/
private
.
key
;
location
=/
robots
.
txt
{
root
/
var
/
www
/
html
/
biuro
.
lv
;
}
location
=/
sitemap
.
xml
{
root
/
var
/
www
/
html
/
biuro
.
lv
;
}
location
=/
old
-
sitemap
.
xml
{
root
/
var
/
www
/
html
/
biuro
.
lv
;
}
# 301 redirects
include
redirects
/
biuro
.
lv
.
conf
;
}
server
{
listen
443
ssl
http2
;
listen
[::]:
443
ssl
http2
;
...
...
@@ -143,12 +97,6 @@ server {
include
/
etc
/
nginx
/
conf
.
d
/
server
-
shared
.
conf
;
# ssl_certificate /etc/letsencrypt/biuro/fullchain.pem;
# ssl_certificate_key /etc/letsencrypt/biuro/private.key;
ssl_certificate
/
etc
/
letsencrypt
/
biuro
.
ee
/
fullchain
.
pem
;
ssl_certificate_key
/
etc
/
letsencrypt
/
biuro
.
ee
/
private
.
key
;
return
301
https
://
www
.
biuro
.
ee
$
request_uri
;
}
...
...
@@ -159,24 +107,6 @@ server {
include
/
etc
/
nginx
/
conf
.
d
/
server
-
shared
.
conf
;
# ssl_certificate /etc/letsencrypt/biuro/fullchain.pem;
# ssl_certificate_key /etc/letsencrypt/biuro/private.key;
ssl_certificate
/
etc
/
letsencrypt
/
biuro
.
ee
/
fullchain
.
pem
;
ssl_certificate_key
/
etc
/
letsencrypt
/
biuro
.
ee
/
private
.
key
;
location
=/
robots
.
txt
{
root
/
var
/
www
/
html
/
biuro
.
ee
;
}
location
=/
sitemap
.
xml
{
root
/
var
/
www
/
html
/
biuro
.
ee
;
}
location
=/
old
-
sitemap
.
xml
{
root
/
var
/
www
/
html
/
biuro
.
ee
;
}
# 301 redirects
include
redirects
/
biuro
.
ee
.
conf
;
}
...
...
nginx/nginx.conf
View file @
b152b509
...
...
@@ -178,42 +178,3 @@ http {
include
/etc/nginx/conf.d/www-biuro.conf
;
}
# user nginx;
# worker_processes 1;
# error_log /var/log/nginx/error.log warn;
# pid /var/run/nginx.pid;
# events {
# worker_connections 1024;
# }
# http {
# include /etc/nginx/mime.types;
# default_type application/octet-stream;
# log_format main '$remote_addr - $remote_user [$time_local] "$request" '
# '$status $body_bytes_sent "$http_referer" '
# '"$http_user_agent" "$http_x_forwarded_for"';
# access_log /var/log/nginx/access.log main;
# sendfile on;
# #tcp_nopush on;
# keepalive_timeout 65;
# gzip on;
# brotli on;
# ################################
# # DO WHATEVER YOU WANT HERE :) #
# ################################
# include /etc/nginx/conf.d/*.conf;
# }
nginx/php.ini
View file @
b152b509
file_uploads
=
On
memory_limit
=
64M
upload_max_filesize
=
64
M
post_max_size
=
64
M
upload_max_filesize
=
10
M
post_max_size
=
10
M
max_execution_time
=
600
nginx/redirects/biuro.ee.conf
View file @
b152b509
location
=/
robots
.
txt
{
root
/
var
/
www
/
html
/
biuro
.
ee
;
}
location
=/
sitemap
.
xml
{
root
/
var
/
www
/
html
/
biuro
.
ee
;
}
location
=/
old
-
sitemap
.
xml
{
root
/
var
/
www
/
html
/
biuro
.
ee
;
}
# ----------------------------------------------------------------------
# CV security redirects
# ----------------------------------------------------------------------
...
...
nginx/redirects/biuro.lv.conf
View file @
b152b509
location
=/
robots
.
txt
{
root
/
var
/
www
/
html
/
biuro
.
lv
;
}
location
=/
sitemap
.
xml
{
root
/
var
/
www
/
html
/
biuro
.
lv
;
}
location
=/
old
-
sitemap
.
xml
{
root
/
var
/
www
/
html
/
biuro
.
lv
;
}
# ----------------------------------------------------------------------
# CV security redirects
# ----------------------------------------------------------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment