Change default config file name

This commit is contained in:
2022-08-18 14:36:31 +02:00
parent 2b4569aabe
commit 635271ec50

View File

@ -19,7 +19,7 @@
#define CONFIG_TYPE_REVERSE_PROXY 2
#ifndef DEFAULT_CONFIG_FILE
# define DEFAULT_CONFIG_FILE "/etc/sesimos/sesimos.conf"
# define DEFAULT_CONFIG_FILE "/etc/sesimos/server.conf"
#endif