Score:0

nginx subdomain

pw flag

hello i am having an issue to make a site on a subdomain to work here is my nginx file

server {
root /var/www/dir/subdomain;
server_name subdomain.domain www.subdomain.domain;

location ~ /\.ht {
    deny all;
}

location / {
    index index.php index.html index.htm fastcgi_index;
    try_files $uri $uri =404 $uri/ /index.php?$args;
}

location ~ \.php$ {
    fastcgi_pass unix:/var/run/php/php7.0-fpm.sock;
    fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
    include fastcgi_params;
}

} when i am trying to access the the address from the subdomain
i am getting these kind of characters

HR+cPt0mVQCBjqMLYTleWBzePxoT

for a while page. but when i am trying to access to that directive thru domain.name/subdomain/folder it does work

I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.