Answer the question
In order to leave comments, you need to log in
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;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question