Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dev.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
dev.biuro
Commits
3b70bd3b
Commit
3b70bd3b
authored
Oct 24, 2018
by
Simonas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gzip added
parent
35cca640
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
1 deletion
+22
-1
wordpress.conf
nginx/wordpress.conf
+22
-1
No files found.
nginx/wordpress.conf
View file @
3b70bd3b
...
...
@@ -43,7 +43,7 @@ server {
}
}
server
{
server
{
listen
443
ssl
http2
;
listen
[::]:
443
ssl
http2
;
server_name
dev
.
biuro
.
lt
;
...
...
@@ -75,6 +75,13 @@ server {
access_log
/
var
/
log
/
nginx
/
access
.
log
;
error_log
/
var
/
log
/
nginx
/
error
.
log
;
gzip
on
;
gzip_vary
on
;
gzip_min_length
10240
;
gzip_proxied
expired
no
-
cache
no
-
store
private
auth
;
gzip_types
text
/
plain
text
/
css
application
/
json
application
/
javascript
application
/
x
-
javascript
text
/
xml
application
/
xml
application
/
xml
+
rss
text
/
javascript
;
gzip_disable
"MSIE [1-6]\."
;
location
/ {
try_files
$
uri
$
uri
/ /
index
.
php
?$
args
;
}
...
...
@@ -122,6 +129,13 @@ server {
access_log
/
var
/
log
/
nginx
/
access
.
log
;
error_log
/
var
/
log
/
nginx
/
error
.
log
;
gzip
on
;
gzip_vary
on
;
gzip_min_length
10240
;
gzip_proxied
expired
no
-
cache
no
-
store
private
auth
;
gzip_types
text
/
plain
text
/
css
application
/
json
application
/
javascript
application
/
x
-
javascript
text
/
xml
application
/
xml
application
/
xml
+
rss
text
/
javascript
;
gzip_disable
"MSIE [1-6]\."
;
location
/ {
try_files
$
uri
$
uri
/ /
index
.
php
?$
args
;
}
...
...
@@ -170,6 +184,13 @@ server {
access_log
/
var
/
log
/
nginx
/
access
.
log
;
error_log
/
var
/
log
/
nginx
/
error
.
log
;
gzip
on
;
gzip_vary
on
;
gzip_min_length
10240
;
gzip_proxied
expired
no
-
cache
no
-
store
private
auth
;
gzip_types
text
/
plain
text
/
css
application
/
json
application
/
javascript
application
/
x
-
javascript
text
/
xml
application
/
xml
application
/
xml
+
rss
text
/
javascript
;
gzip_disable
"MSIE [1-6]\."
;
location
/ {
try_files
$
uri
$
uri
/ /
index
.
php
?$
args
;
}
...
...
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