Файлы для разворачивания nginx
This commit is contained in:
16
docs/nginx/omnireader
Normal file
16
docs/nginx/omnireader
Normal file
@@ -0,0 +1,16 @@
|
||||
server {
|
||||
listen 80;
|
||||
server_name omnireader.ru;
|
||||
|
||||
location /api {
|
||||
proxy_pass http://localhost:44081;
|
||||
}
|
||||
|
||||
location /tmp {
|
||||
root /var/www/omnireader/public/tmp;
|
||||
}
|
||||
|
||||
location / {
|
||||
root /var/www/omnireader/public;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user