Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
1b6aef6b
Unverified
Commit
1b6aef6b
authored
Aug 20, 2020
by
Jakub Klinkovský
Browse files
archwiki: replace hardcoded domain in nginx.d.conf.j2
parent
ec798ba3
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/archwiki/templates/nginx.d.conf.j2
View file @
1b6aef6b
...
...
@@ -39,7 +39,7 @@ server {
}
location /robots.txt {
alias {{ archwiki_dir }}/robots.txt;
alias {{ archwiki_dir }}/robots.txt;
}
location ^~ /. {
...
...
@@ -61,7 +61,7 @@ server {
# special case for '/load.php' type URLs to cache css/js in nginx to relieve php-fpm
location = /load.php {
access_log /var/log/nginx/
wiki.archlinux.org
/access.log main;
access_log /var/log/nginx/
{{ archwiki_domain }}
/access.log main;
fastcgi_pass archwiki;
fastcgi_index index.php;
fastcgi_split_path_info ^(.+\.php)(.*)$;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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