Update wprocket-hosting.tpl

This commit is contained in:
isscbta 2023-01-31 16:31:02 +01:00
commit 1d67c6ae54

View file

@ -10,6 +10,7 @@ server {
location / {
proxy_pass http://%ip%:%web_port%;
location ~* ^.+\.(%proxy_extentions%)$ {
root %docroot%;
access_log /var/log/%web_system%/domains/%domain%.log combined;
access_log /var/log/%web_system%/domains/%domain%.bytes bytes;
expires max;