mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
Minor fix for install-rocket-nginx.sh
This commit is contained in:
parent
66162375fd
commit
290600dfcd
2 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,7 @@ server {
|
|||
location / {
|
||||
proxy_pass https://%ip%:%web_ssl_port%;
|
||||
location ~* ^.+\.(%proxy_extentions%)$ {
|
||||
root %sdocroot%;
|
||||
access_log /var/log/%web_system%/domains/%domain%.log combined;
|
||||
access_log /var/log/%web_system%/domains/%domain%.bytes bytes;
|
||||
expires max;
|
||||
|
|
|
@ -13,6 +13,7 @@ server {
|
|||
location / {
|
||||
proxy_pass https://%ip%:%web_ssl_port%;
|
||||
location ~* ^.+\.(%proxy_extentions%)$ {
|
||||
root %sdocroot%;
|
||||
access_log /var/log/%web_system%/domains/%domain%.log combined;
|
||||
access_log /var/log/%web_system%/domains/%domain%.bytes bytes;
|
||||
expires max;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue