});
$.ajax({
$(document).ready(function (e){
$('#upload-button').click(function (e){
e.preventDefault();
$("#message").empty();
$('#loading').show();
// });
$.ajax({
url: 'UpdateCitymarket.php',
type: "POST",
data: new FormData(this),
contentType: false,
cache: false,
processData: false,
success: function(data) // A function to be called if request succeeds
{
$('#loading').hide();
console.log(data);
$("#message").html(data);
}
});
});
server {
server_name site.ru www.site.ru;
listen IP_адрес_впс;
location / {
proxy_pass http://IP_адрес_основного сервера:81;
proxy_redirect http://IP_адрес_основного сервера:81/ /;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Real-IP $remote_addr;
}
include /usr/local/ispmgr/etc/nginx.inc; #это только если есть ISPManager
}
[xfgiven_video]<iframe width="670" height="400" src="[xfvalue_video]" frameborder="0" scrolling="no"></iframe>[/xfgiven_video]