mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Merge branch 'pu_php_extra_2' into pu
This commit is contained in:
commit
2a47aa09cd
1 changed files with 5 additions and 0 deletions
|
@ -58,6 +58,11 @@ def generate_nginx_config():
|
|||
pid {os.path.join(temporary_dir, "nginx.pid")};
|
||||
http {{
|
||||
access_log /dev/stdout;
|
||||
client_body_temp_path {os.path.join(temporary_dir, "client_body")};
|
||||
proxy_temp_path {os.path.join(temporary_dir, "proxy")};
|
||||
fastcgi_temp_path {os.path.join(temporary_dir, "fastcgi")}1 2;
|
||||
uwsgi_temp_path {os.path.join(temporary_dir, "uwsgi")};
|
||||
scgi_temp_path {os.path.join(temporary_dir, "scgi")};
|
||||
server {{
|
||||
listen {aur_location_parts.netloc};
|
||||
location / {{
|
||||
|
|
Loading…
Add table
Reference in a new issue