mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 21:04:07 -07:00
Update wprocket-hosting.tpl
This commit is contained in:
parent
290600dfcd
commit
1d67c6ae54
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ server {
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
location ~* ^.+\.(%proxy_extentions%)$ {
|
location ~* ^.+\.(%proxy_extentions%)$ {
|
||||||
|
root %docroot%;
|
||||||
access_log /var/log/%web_system%/domains/%domain%.log combined;
|
access_log /var/log/%web_system%/domains/%domain%.log combined;
|
||||||
access_log /var/log/%web_system%/domains/%domain%.bytes bytes;
|
access_log /var/log/%web_system%/domains/%domain%.bytes bytes;
|
||||||
expires max;
|
expires max;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue