Skip to content
Snippets Groups Projects
Unverified Commit 1b6aef6b authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

archwiki: replace hardcoded domain in nginx.d.conf.j2

parent ec798ba3
No related branches found
No related tags found
No related merge requests found
......@@ -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)(.*)$;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment