B bmalkoc Basic Pleskian Oct 28, 2021 #1 I want to include an nginx conig file from domain directory. How can i do this in domain's additional nginx directives? I need to include this: Code: include /path/to/flarum/.nginx.conf;
I want to include an nginx conig file from domain directory. How can i do this in domain's additional nginx directives? I need to include this: Code: include /path/to/flarum/.nginx.conf;
IgorG Plesk addicted! Plesk Certified Professional Oct 28, 2021 #2 Include specific content of this config to the domain's additional nginx directives instead of the path to this config.
Include specific content of this config to the domain's additional nginx directives instead of the path to this config.
B bmalkoc Basic Pleskian Oct 28, 2021 #3 IgorG said: Include specific content of this config to the domain's additional nginx directives instead of the path to this config. Click to expand... Thanks nice idea.
IgorG said: Include specific content of this config to the domain's additional nginx directives instead of the path to this config. Click to expand... Thanks nice idea.