C
C
corpl2020-09-02 22:20:01
Nginx
corpl, 2020-09-02 22:20:01

Nginx + php-fpm + DOMjudge - file not found - why?

# @[email protected]

# nginx configuration for DOMjudge

### upstream ###
#
# always include this and make sure it points to the socket of PHP-FPM
upstream domjudge {
        #server unix:/var/run/php-fpm-domjudge.sock; # if using with etc/domjudge-fpm.conf
        server unix:/run/php/php7.3-fpm.sock; # default on ubuntu servers
}

### http host config ###
#

server {
        listen 80;
        listen [::]:80;

        include /root/domjudge/domserver/etc/nginx-conf-inner;
}


Well, it’s not in any gate anymore, I picked it up according to the instructions:

As a result, he can’t see the files ... who put it, are there any tricks in this?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question