• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Forwarded to devs [nginx] Create custom configuration for a single domain

manuth

New Pleskian
User name: manuth

TITLE

[nginx] Create custom configuration for a single domain

PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE

Plesk Obsidian v18.0.25_build1800200325.19 os_Ubuntu 18.04, Ubuntu 18.04.4 LTS, x86_64

PROBLEM DESCRIPTION

I'm trying to host a docker-application with a kind of strange architectore (pydio cells).
The docker-container listens to https-request which means that I cannot host the application using docker proxy rules.
Additionally there is a separate port that listens to GRPC-requests (as nginx isn't able to handle http2-requests with both grpc and http requests in it).

I found myself unable to create a custom server-entry for a single domain as the guide I found here: Defining a Custom Virtual Host Template applies to all future domains.

STEPS TO REPRODUCE

Create a fresh Ubuntu 18.04.4 installation
Install plesk using the One Click Setup
Try to serve the pydio/cells docker-container

ACTUAL RESULT

Plesk doesn't allow me to create a custom server-directive for a single subdomain.

EXPECTED RESULT

I should be able to create a custom server-directive for a single subdomain.

ANY ADDITIONAL INFORMATION



YOUR EXPECTATIONS FROM PLESK SERVICE TEAM


Answer the question
 
Last edited:
I'd like to know whether I've overlooked that feature.
If not I'd be glad to go create a feature sugestion, ofc :D
 
From our developer:

Customer uses wrong KB article. The one he uses is about virtual host file structure template which looks like not his case. He should instead look into configuration templates as virtual host template contains only files and not related to configuration.

Suggest to look into this article instead: Changing Virtual Hosts Settings Using Configuration Templates
 
Back
Top