mirror of
https://github.com/inspec/inspec
synced 2024-11-15 01:17:08 +00:00
8 lines
155 B
Text
8 lines
155 B
Text
|
server {
|
||
|
listen 8081;
|
||
|
server_name foobar.com www.foobar.com;
|
||
|
location ~ ^/flash/ {
|
||
|
root /var/www/virtual/www.foobar.com/htdocs;
|
||
|
}
|
||
|
}
|