Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Lelux.fi
Wiki
Commits
34ec3359
Verified
Commit
34ec3359
authored
Jan 06, 2020
by
Elias Ojala
Browse files
Minor improvements
parent
1a3eaf73
Pipeline
#55
passed with stage
in 4 minutes and 49 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
_includes/nginx/http-redirect
View file @
34ec3359
...
...
@@ -5,7 +5,7 @@ server {
server_name _;
access_log off;
error_log
off
;
error_log
/dev/null
;
location / {
return 301 https://$host$request_uri;
...
...
dns/pihole-doh.md
View file @
34ec3359
...
...
@@ -12,6 +12,7 @@ mkdir argo-tunnel
tar
-xvzf
cloudflared-stable-linux-arm.tgz
-C
./argo-tunnel
rm
cloudflared-stable-linux-arm.tgz
cd
argo-tunnel
./cloudflared update
./cloudflared
--version
```
...
...
haproxy.md
View file @
34ec3359
...
...
@@ -187,7 +187,7 @@ server {
}
access_log
off
;
error_log
off
;
# /var/log/nginx/www.example.com.error.log;
error_log
/dev/null
;
# /var/log/nginx/www.example.com.error.log;
}
```
...
...
Write
Preview
Supports
Markdown
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